16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "ES2020",
|
|
"lib": ["ES2020"],
|
|
"strict": true,
|
|
"noEmit": false,
|
|
"outDir": "./dist/types",
|
|
"allowJs": true
|
|
},
|
|
"include": ["webpack.config.js"]
|
|
} |