mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 08:25:15 +00:00
Generic update to tsconfig include
This commit is contained in:
@@ -15,5 +15,6 @@
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
@@ -26,5 +26,6 @@
|
||||
"allowUnusedLabels": false,
|
||||
"allowUnreachableCode": false,
|
||||
"resolveJsonModule": true
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"sourceMap": true,
|
||||
"useUnknownInCatchVariables": false
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"outDir": "build",
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"moduleResolution": "Node16",
|
||||
"module": "Node16"
|
||||
},
|
||||
"exclude": ["node_modules/"]
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user