mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 11:25:17 +00:00
Converted package scripts and config to compile in both CJS and ESM
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"declarationDir": "lib/types",
|
||||
"target": "es2018",
|
||||
"esModuleInterop": true,
|
||||
"newLine": "LF",
|
||||
"importHelpers": true,
|
||||
"useUnknownInCatchVariables": true
|
||||
"useUnknownInCatchVariables": true,
|
||||
"moduleResolution": "Node16",
|
||||
"module": "Node16"
|
||||
},
|
||||
"exclude": ["node_modules/"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user