mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"rootDir": "./",
|
|
"outDir": "./build",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"ts-node": {
|
|
"files": true
|
|
}
|
|
}
|