mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 23:25:26 +00:00
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"target": "es2018",
|
|
"esModuleInterop": true,
|
|
"newLine": "LF",
|
|
}
|
|
}
|