Files
mediabunny/tsconfig.json
T
2024-11-09 21:50:31 +01:00

13 lines
235 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"strict": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true,
"noPropertyAccessFromIndexSignature": true
},
"include": [
"src/**/*"
]
}