EvoCalculator.Client2/apps/web/tsconfig.node.json
2024-04-11 14:09:29 +03:00

14 lines
255 B
JSON

{
"compilerOptions": {
"strictNullChecks": true,
"module": "NodeNext",
"jsx": "react-jsx",
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"@/*": ["*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
}