/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/source-mapping-url/node_modules/library/tsconfig.json
16 строк
306 B
Alexander Akait
docs: extract source map example (#19854)
29 авг 2025, 20:07
Не верифицирован
29 авг 2025, 20:07
fd2f76d
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es5", "module": "commonjs", "lib": ["es5", "dom"], "outDir": "./lib", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "sourceMap": true }, "include": [ "./src/index.ts" ] }