mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
15 lines
220 B
JSON
15 lines
220 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6"
|
||
|
},
|
||
|
"include": [
|
||
|
"packages/**/*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"packages/_buffer",
|
||
|
"packages/_boilerplate-generator"
|
||
|
],
|
||
|
"typeAcquisition": {
|
||
|
"enable": true
|
||
|
},
|
||
|
}
|