plane/web/tsconfig.json
2024-03-19 20:08:35 +05:30

14 lines
266 B
JSON

{
"extends": "tsconfig/nextjs.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"compilerOptions": {
"baseUrl": ".",
"jsx": "preserve",
"esModuleInterop": true,
"paths": {
"@/*": ["*"]
}
}
}