/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/typescript/tsconfig.json
13 строк
268 B
Alexander Akait
feat: basic `typescript` support using Node.js typescript API (only strip types and runtime transormation) (#20964)
18 май 2026, 20:13
Не верифицирован
18 май 2026, 20:13
1d8fdc1
Код
Авторство
О чём код?
{ "compilerOptions": { "noEmit": true, "target": "esnext", "module": "esnext", "moduleResolution": "bundler", "strict": true, "allowImportingTsExtensions": true, "erasableSyntaxOnly": true, "verbatimModuleSyntax": true }, "include": ["./**/*.ts"] }