ConnectForce/base.jsconfig.json

8 lines
131 B
JSON
Raw Normal View History

2022-12-04 18:32:52 +00:00
{
"extends": "@manuth/tsconfig/recommended",
"compilerOptions": {
"allowJs": true,
"checkJs": true
}
}