mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 11:24:35 +00:00
15 lines
241 B
JSON
15 lines
241 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"rootDir": "./",
|
|
"outDir": "./build",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"ts-node": {
|
|
"files": true
|
|
}
|
|
}
|