mirror of
https://github.com/sasjs/server.git
synced 2026-01-05 05:40:06 +00:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"rootDir": "./",
|
|
"outDir": "./build",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
} |