mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 20:58:08 -05:00
13 lines
327 B
JSON
13 lines
327 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["node"],
|
|
"emitDecoratorMetadata": true,
|
|
"target": "es2015"
|
|
},
|
|
"exclude": ["jest.config.ts", "**/*.spec.ts", "**/*.test.ts"],
|
|
"include": ["**/*.ts"]
|
|
}
|