nitro-converter/tsconfig.json
SpreedBLood 5488f25310 Initial
2021-01-28 09:12:04 +01:00

14 lines
268 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["es6"],
"allowJs": true,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true,
"resolveJsonModule": true
}
}