ConnectForce/app.jsconfig.json

15 lines
244 B
JSON
Raw Normal View History

2022-12-04 18:32:52 +00:00
{
2022-12-04 19:47:18 +00:00
"extends": "./tsconfig.base.json",
2022-12-04 18:32:52 +00:00
"compilerOptions": {
"allowJs": true,
"checkJs": true,
2022-12-04 19:47:18 +00:00
"composite": true,
2022-12-04 18:32:52 +00:00
"lib": [
"DOM"
]
},
"include": [
2022-12-04 19:47:18 +00:00
"./src/js/**/*"
2022-12-04 18:32:52 +00:00
]
}