mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"esModuleInterop": true,
|
|
"newLine": "LF",
|
|
"importHelpers": true,
|
|
"useUnknownInCatchVariables": true
|
|
},
|
|
"exclude": ["node_modules/"]
|
|
}
|