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