mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
npm fixes
This commit is contained in:
@@ -9,8 +9,13 @@
|
||||
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */
|
||||
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
|
||||
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
|
||||
"declaration": true,
|
||||
},
|
||||
"exclude": [
|
||||
"_old"
|
||||
"_old",
|
||||
"node_modules",
|
||||
"src/make-files",
|
||||
"src/skeletons",
|
||||
"src/tests"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user