mirror of
https://github.com/pockethost/pockethost.git
synced 2026-02-27 21:43:22 +00:00
22 lines
457 B
JSON
22 lines
457 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"noUncheckedIndexedAccess": true,
|
|
"strictNullChecks": true,
|
|
"noEmit": true,
|
|
"types": []
|
|
},
|
|
|
|
"include": ["./src"]
|
|
}
|