Files
website/node_modules/pagefind/tsconfig.json
2024-05-06 17:15:30 -04:00

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/**/*"
]
}