|
@@ -18,7 +18,7 @@
|
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
|
"experimentalDecorators": true,
|
|
"experimentalDecorators": true,
|
|
|
"emitDecoratorMetadata": true,
|
|
"emitDecoratorMetadata": true,
|
|
|
- "types": ["react"]
|
|
|
|
|
|
|
+ "types": ["react", "node"]
|
|
|
},
|
|
},
|
|
|
"include": ["src/**/*", "tests"],
|
|
"include": ["src/**/*", "tests"],
|
|
|
"exclude": ["node_modules", "dist"]
|
|
"exclude": ["node_modules", "dist"]
|