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