Binato/tsconfig.json
2022-11-16 15:25:46 +00:00

11 lines
No EOL
186 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"esModuleInterop": true,
"resolveJsonModule": true,
"rootDir": "./",
"outDir": "./build",
"strict": true
}
}