/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/postcss-html-transform/tsconfig.json
15 строк
333 B
Zakary
Merge remote-tracking branch 'origin/next' into feat/harmony
25 авг 2022, 12:26
25 авг 2022, 12:26
f3f3723
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.root.json", "compilerOptions": { "target": "ES5", "module": "CommonJS", "rootDir": "./src", "outDir": "dist", "sourceMap": true, "esModuleInterop": true, "baseUrl": "." }, "include": ["./src"], "exclude": ["**/*.test.ts", "**/*.spec.ts"], "compileOnSave": false }