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