Binato/tsconfig.json

10 lines
No EOL
157 B
JSON

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