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