mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 20:25:26 +00:00
12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"target": "es2018",
|
|
"esModuleInterop": true,
|
|
"newLine": "LF",
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
}
|
|
}
|