mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-26 23:45:57 +00:00
24 lines
550 B
JSON
24 lines
550 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2021.String"],
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"noUncheckedIndexedAccess": true,
|
|
"strictNullChecks": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"../plugin-instance-logger-file-realtime-tail/src/RealtimeLog.ts"
|
|
]
|
|
}
|