Files
passkit-generator/tsconfig.json
2019-06-07 20:29:07 +02:00

12 lines
203 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"outDir": "dist",
"target": "es2018",
"esModuleInterop": true,
"newLine": "LF",
"noImplicitAny": true,
"noUnusedLocals": true,
}
}