mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
Add jsconfig.json file to enable vscode intellisense support
This commit is contained in:
parent
86a9dbd93a
commit
60c52c8e97
1 changed files with 15 additions and 0 deletions
15
jsconfig.json
Normal file
15
jsconfig.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "ES6"
|
||||||
|
},
|
||||||
|
"include": [
|
||||||
|
"packages/**/*"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"packages/_buffer",
|
||||||
|
"packages/_boilerplate-generator"
|
||||||
|
],
|
||||||
|
"typeAcquisition": {
|
||||||
|
"enable": true
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue