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",
|
2022-10-17 16:31:08 +00:00
|
|
|
"rootDir": "src",
|
|
|
|
"useUnknownInCatchVariables": false
|
2022-05-05 15:19:35 +00:00
|
|
|
},
|
2023-09-29 15:45:52 +00:00
|
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
2022-05-23 16:13:42 +00:00
|
|
|
"include": ["src/**/*.ts"]
|
2022-05-05 15:19:35 +00:00
|
|
|
}
|