complete init
This commit is contained in:
@@ -4,7 +4,13 @@
|
||||
"skipLibCheck": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"target": "ES2020",
|
||||
"lib": ["ES2020"],
|
||||
"strict": true,
|
||||
"noEmit": false,
|
||||
"outDir": "./dist/types",
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["webpack.config.js"]
|
||||
}
|
||||
Reference in New Issue
Block a user