14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"extends": "./../../tsconfig.json",
|
|
"ts-node": {
|
|
"files": true
|
|
},
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": ["src", "test"],
|
|
"exclude": ["./src/generated", "./test"]
|
|
}
|