mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"rootDir": "src",
|
|
"outDir": "build",
|
|
"declaration": true,
|
|
"stripInternal": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |