Mercurial > code > home > repos > video
view tsconfig.json @ 49:1bd17c2e5517 default tip
video.py must sign video urls for serve-files.js to serve them
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Dec 2024 17:13:51 -0800 |
parents | 1fa90a903621 |
children |
line wrap: on
line source
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "alwaysStrict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "strict": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "allowJs": true, "declaration": true, "downlevelIteration": true, "esModuleInterop": true, "experimentalDecorators": true, "module": "ES6", "moduleResolution": "node", "sourceMap": true, "target": "ES6", "traceResolution": true, "useDefineForClassFields": false, "baseUrl": ".", "lib": ["es6", "dom", "ES2019.Object"], "types": [] }, "include": ["src/**/*.ts"] }