Commit de91021d by liangjianmin

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

parent 45c1eb4e
Showing with 5 additions and 7 deletions
...@@ -2,12 +2,9 @@ ...@@ -2,12 +2,9 @@
"compilerOptions": { "compilerOptions": {
"baseUrl": "./", "baseUrl": "./",
"paths": { "paths": {
"@/*": [ "@/*": ["src/*"]
"src/*"
]
}
}, },
"include": [ "skipLibCheck": true,
"src/**/*" "typeRoots": []
] }
} }
\ 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