mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"skipLibCheck": true,
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"references": [
|
|
{ "path": "./tsconfig.vite.json" }
|
|
]
|
|
} |