mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
25 lines
574 B
JSON
25 lines
574 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"target": "es2020",
|
|
"module": "es2022",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"pagefindService": [
|
|
"./types/index"
|
|
],
|
|
"pagefindInternal": [
|
|
"./types/internal"
|
|
],
|
|
},
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"include": [
|
|
"lib/**/*"
|
|
]
|
|
} |