mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-06-29 23:37:04 +00:00
17 lines
340 B
JSON
17 lines
340 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"target": "es2022",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"strict": true,
|
|
"module": "NodeNext",
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"lib": ["es2022"],
|
|
"moduleResolution": "NodeNext"
|
|
}
|
|
}
|