/
githubmirror
/
pixijs
Обзор
Документация
Войти
/
githubmirror
/
pixijs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
tsconfig.json
36 строк
1 KB
Zyie
chore: overhaul documentation system with TypeDoc plugins, examples, and guides (#11905)
12 фев 2026, 16:28
Не верифицирован
12 фев 2026, 16:28
ab6752d
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2020", "lib": ["ESNext", "DOM", "WebWorker", "DOM.Iterable"], "module": "ESNext", "allowJs": false, "removeComments": false, "strict": true, "noImplicitAny": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "strictNullChecks": false, "allowSyntheticDefaultImports": true, "moduleResolution": "node", "resolveJsonModule": true, "downlevelIteration": true, "skipDefaultLibCheck": true, "forceConsistentCasingInFileNames": true, "types": ["node", "@webgpu/types"], "baseUrl": ".", "paths": { "~/*": ["./src/*"], "@test-utils": ["./tests/utils/index.ts"], "pixi.js": ["./src/index.ts"], "pixi.js/*": ["./src/*"] }, "rewriteRelativeImportExtensions": true }, "exclude": [ "node_modules", "**/dist/**", "**/lib/**", "**/out/**" ] }