16 lines
270 B
JSON
16 lines
270 B
JSON
|
{
|
||
|
"extends": "./../../tsconfig.json",
|
||
|
"ts-node": {
|
||
|
"files": true
|
||
|
},
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist"
|
||
|
},
|
||
|
"include": [
|
||
|
"src",
|
||
|
"test",
|
||
|
"../integration-handler/test/integrations.test.ts"
|
||
|
],
|
||
|
"exclude": ["./src/generated", "./test"]
|
||
|
}
|