mise-action/tsconfig.json
2023-03-25 15:19:50 -05:00

8 lines
377 B
JSON

{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"outDir": "./lib", /* Redirect output structure to the directory. */
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
},
"exclude": ["node_modules", "**/*.test.ts"]
}