/
githubmirror
/
pixijs
Обзор
Документация
Войти
/
githubmirror
/
pixijs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
playground/tsconfig.json
33 строки
855 B
Mat Groves
chore: Add PixiJS development playground (#11878)
12 фев 2026, 18:26
Не верифицирован
12 фев 2026, 18:26
d0c73cf
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2020", "lib": ["ESNext", "DOM", "DOM.Iterable", "WebWorker"], "jsx": "react-jsx", "jsxImportSource": "preact", "module": "ESNext", "moduleResolution": "bundler", "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "baseUrl": "..", "paths": { "pixi.js": ["./src/index.ts"], "pixi.js/*": ["./src/*"], "~/*": ["./src/*"] }, "strict": true, "strictNullChecks": false, "noImplicitAny": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "downlevelIteration": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "skipDefaultLibCheck": true, "types": ["vite/client", "node", "@webgpu/types"] }, "include": [".", "../types", "../src/**/*.d.ts"] }