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