Files
modelec.club/tsconfig.json
2024-10-15 09:54:54 +02:00

16 lines
297 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"sourceMap": true,
"outDir": "./dist",
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"jsx": "react-jsx"
}
}