mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 11:25:17 +00:00
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"esModuleInterop": true,
|
|
"newLine": "LF",
|
|
"importHelpers": true,
|
|
"useUnknownInCatchVariables": true,
|
|
"moduleResolution": "Node16",
|
|
"module": "Node16"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|