thelounge/tsconfig.json
2022-05-21 11:55:24 -07:00

16 lines
294 B
JSON

{
"extends": "./tsconfig.base.json",
"files": ["./webpack.config.ts", "./babel.config.cjs", "./src/helper.ts"],
"references": [
{
"path": "./src"
},
{
"path": "./client"
}
],
"compilerOptions": {
"noImplicitAny": false // TODO: Remove eventually
}
}