mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
14 lines
266 B
JSON
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": {
|
|
"@/*": ["*"]
|
|
}
|
|
}
|
|
}
|