/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-platform-harmony-cpp/tsconfig.json
38 строк
1 KB
Yiheng
chore: rm rollup-plugin-ts (#17992)
17 июл 2025, 04:37
Не верифицирован
17 июл 2025, 04:37
7642ca8
Код
Авторство
О чём код?
{ "compileOnSave": true, "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": ".", "declaration": false, "esModuleInterop": true, "experimentalDecorators": true, "module": "ESNext", "moduleResolution": "node", "noImplicitAny": false, "noUnusedLocals": true, "noUnusedParameters": true, "removeComments": false, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strictNullChecks": true, "target": "ES2021" }, "include": ["./scripts", "./src", "./types", "./cpp/types", "./rollup.config.ts"], "ts-node": { "compilerOptions": { "forceConsistentCasingInFileNames": true, "lib": ["ES2023"], "module": "Node16", "moduleResolution": "Node16", "noEmit": true, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "target": "ES2022" }, "experimentalSpecifierResolution": "node", "require": ["tsconfig-paths/register"], "transpileOnly": true } }