mirror of
https://github.com/amigan/aim-oscar-server.git
synced 2024-11-21 20:19:47 -05:00
10 lines
251 B
JSON
10 lines
251 B
JSON
{
|
|
"extends": "@tsconfig/node14/tsconfig.json",
|
|
"compilerOptions": {
|
|
"preserveConstEnums": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "./dist",
|
|
},
|
|
"include": ["src/**/*", "tests/**/*"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
|
}
|