Files
sugoidogo 2c89510400
docker.yml / build (push) Successful in 46s
fix type checking errors
2026-08-01 19:04:05 -07:00

13 lines
336 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"moduleResolution": "node",
"skipLibCheck": true,
"allowImportingTsExtensions": true,
"emitDeclarationOnly": true,
"declaration": true,
"declarationMap": true,
"declarationDir": "../static"
}
}