2022-02-11 17:24:33 +00:00
|
|
|
{
|
|
|
|
|
"extends": "./../../tsconfig.json",
|
|
|
|
|
"ts-node": {
|
|
|
|
|
"files": true
|
|
|
|
|
},
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "dist"
|
|
|
|
|
},
|
|
|
|
|
"include": ["src", "test"],
|
2023-03-17 08:01:07 +00:00
|
|
|
"exclude": ["./src/generated", "./test"]
|
2022-02-11 17:24:33 +00:00
|
|
|
}
|