mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"target": "ES2020",
|
|
"jsx": "react",
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": ["node_modules", "**/node_modules/*"]
|
|
}
|