You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/config/tsconfig-for-webpack-config...

25 lines
513 B

{
"compilerOptions": {
"sourceMap": true,
"module": "commonjs",
"allowJs": true,
"target": "es5",
"noLib": false,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"lib": [
"esnext",
],
"types": [
"node",
"webpack-env",
"webpack-dev-server"
],
"experimentalDecorators": true
},
"include": [
"./config/**/*",
]
}