mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2024",
|
|
"ESNext.Array",
|
|
"ESNext.Collection",
|
|
"ESNext.Iterator"
|
|
],
|
|
"module": "nodenext",
|
|
"target": "es2022",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "bundler"
|
|
}
|
|
}
|