add types node to root tsconfig

This commit is contained in:
Max Leiter 2022-05-03 01:55:13 -07:00
parent 034a2479a8
commit 5e0cbe5108
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -2,6 +2,7 @@
"extends": "./tsconfig.base.json",
"files": ["./webpack.config.ts", "./babel.config.cjs", "./src/helper.ts"],
"compilerOptions": {
"types": ["node"],
"paths": {
"@src/*": ["src/*"],
"@client/*": ["client/*"]