chill-base-app-v3/tsconfig.json
Julie Lenaerts 01323ea87a
Some checks failed
continuous-integration/drone/tag Build is failing
Integrate new translations setup
2025-03-04 14:43:11 +01:00

20 lines
556 B
JSON

{
"extends": "./vendor/chill-project/chill-bundles/ts-config-base.json",
"compilerOptions": {
"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/*",
"./vendor/chill-project/chill-bundles/assets/translator.ts",
"./vendor/chill-project/chill-bundles/var/*.*"
]
}