Files
RasadDam_Frontend/tsconfig.json
2026-01-19 13:08:58 +03:30

19 lines
365 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"jsx": "react-jsx",
"module": "esnext",
"target": "es6",
"lib": ["dom", "esnext"],
"types": ["react"],
"outDir": "./built",
"allowJs": true,
"checkJs": false,
"noImplicitAny": false
}
}