mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
10 lines
182 B
JSON
10 lines
182 B
JSON
|
{
|
||
|
"extends": "../tsconfig/nextjs.json",
|
||
|
"include": ["."],
|
||
|
"exclude": ["dist", "build", "node_modules"],
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react-jsx",
|
||
|
"lib": ["DOM"]
|
||
|
}
|
||
|
}
|