mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"esModuleInterop": true,
|
|
"newLine": "LF",
|
|
"importHelpers": true,
|
|
"useUnknownInCatchVariables": true,
|
|
"moduleResolution": "Node16",
|
|
"module": "Node16"
|
|
},
|
|
"exclude": ["node_modules/"]
|
|
}
|