Files
mediabunny/tsconfig.json
T

13 lines
265 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"strict": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true,
"noPropertyAccessFromIndexSignature": true,
"skipLibCheck": true,
"allowJs": true,
"noEmit": true
}
}