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