core/websrc/tsconfig.json

12 lines
255 B
JSON
Raw Normal View History

2020-12-12 20:18:25 +00:00
{
"compilerOptions": {
"lib": ["esnext", "DOM"],
"jsx": "react",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
},
"exclude": [
"node_modules"
],
}