Commit de91021d by liangjianmin

chore(jsconfig): update jsconfig.json to include skipLibCheck and typeRoots options

parent 45c1eb4e
Showing with 6 additions and 8 deletions
...@@ -2,12 +2,9 @@ ...@@ -2,12 +2,9 @@
"compilerOptions": { "compilerOptions": {
"baseUrl": "./", "baseUrl": "./",
"paths": { "paths": {
"@/*": [ "@/*": ["src/*"]
"src/*" },
] "skipLibCheck": true,
} "typeRoots": []
}, }
"include": [
"src/**/*"
]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment