13 lines
266 B
JSON
13 lines
266 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "../../dist/out-tsc",
|
|
"declaration": true,
|
|
"rootDir": "./",
|
|
"types": ["node"]
|
|
},
|
|
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
|
|
"include": ["**/*.ts"]
|
|
}
|