0516cdc06a
* fix(fe2): dont show upload error for model folder row * chore: vscode TS server speedup
9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"module": "commonJS"
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src", "examples"]
|
|
}
|