使用新的webcad api进行建模
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"outDir": "./dist",
|
||||
"target": "esnext",
|
||||
"sourceMap": true,
|
||||
"module": "commonjs",
|
||||
"target": "es2020",
|
||||
"noLib": false,
|
||||
"moduleResolution": "node",
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": [
|
||||
"esnext",
|
||||
"dom"
|
||||
@@ -12,13 +15,13 @@
|
||||
"types": [
|
||||
"node",
|
||||
"webpack-env",
|
||||
"webpack-dev-server"
|
||||
"webpack-dev-server",
|
||||
],
|
||||
"module": "commonjs",
|
||||
"jsx": "react",
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*",
|
||||
// "./config/**/*"
|
||||
"./config/**/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user