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

10 lines
150 B
JSON

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