Binato/tsconfig.json

10 lines
157 B
JSON
Raw Normal View History

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