ConnectForce/tsconfig.base.json

8 lines
158 B
JSON
Raw Normal View History

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