Binato/tsconfig.json

11 lines
186 B
JSON
Raw Normal View History

2022-11-16 11:59:23 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"esModuleInterop": true,
2022-11-16 15:25:46 +00:00
"resolveJsonModule": true,
2022-11-16 11:59:23 +00:00
"rootDir": "./",
"outDir": "./build",
"strict": true
}
}