Julien Fastré
412cc332bb
All checks were successful
continuous-integration/drone/tag Build is passing
31 lines
690 B
JSON
31 lines
690 B
JSON
{
|
|
"extends": "@tsconfig/node14/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2020",
|
|
"dom"
|
|
],
|
|
"module": "es6",
|
|
"moduleResolution": "node",
|
|
"isolatedModules": true,
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"importHelpers": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": [
|
|
"node"
|
|
],
|
|
"sourceMap": true
|
|
},
|
|
"includes": [
|
|
"./vendor/chill-project/chill-bundles/src/Bundle/**/*.ts",
|
|
"./vendor/chill-project/chill-bundles/src/Bundle/**/*.vue",
|
|
"./src/**/*.ts",
|
|
"./src/**/*.vue"
|
|
],
|
|
"exclude": [
|
|
"./vendor/chill-project/chill-bundles/tests/*",
|
|
"./vendor/chill-project/chill-bundles/docs/*"
|
|
]
|
|
}
|