mirror of
https://github.com/makeplane/plane.git
synced 2026-06-14 03:30:00 +00:00
18 lines
425 B
JSON
18 lines
425 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"jsx": "react-jsx",
|
|
"target": "ES2022",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2022"],
|
|
"esModuleInterop": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
}
|
|
}
|