roomruler/apps/front/tsconfig.json
2021-09-05 12:41:16 +03:00

12 lines
270 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "es6",
"module": "ESNext",
"jsx": "react-jsx",
"types": ["vite-plugin-svgr/client"]
},
"include": ["src"],
"references": [{ "path": "../../packages/messages/tsconfig.json" }]
}