mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Changes tsconfig.json
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"outDir": "dist",
|
|
||||||
"target": "es2018",
|
"target": "es2018",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"newLine": "LF",
|
"newLine": "LF",
|
||||||
}
|
},
|
||||||
|
"exclude": [
|
||||||
|
"node_modules/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user