2022-05-05 15:19:35 +00:00
|
|
|
{
|
2022-05-23 16:13:42 +00:00
|
|
|
"ts-node": {
|
|
|
|
"files": true
|
|
|
|
},
|
2022-05-05 15:19:35 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "src",
|
|
|
|
"outDir": "build",
|
|
|
|
"rootDir": "src"
|
|
|
|
},
|
|
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
2022-05-23 16:13:42 +00:00
|
|
|
"include": ["src/**/*.ts"]
|
2022-05-05 15:19:35 +00:00
|
|
|
}
|