/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
widgets/tsconfig.json
14 строк
361 B
Damián Suárez
Widgets: Add TypeScript project config (#78467)
21 май 2026, 19:52
Не верифицирован
21 май 2026, 19:52
db5c55f
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../tsconfig.base.json", "compilerOptions": { "jsx": "react-jsx", "rootDir": ".", "noEmit": true, "emitDeclarationOnly": false, "composite": false, "types": [ "style-imports" ] }, "include": [ "**/*.ts", "**/*.tsx" ], "exclude": [ "**/test/**", "build", "node_modules" ] }