/
githubmirror
/
tauri
Обзор
Документация
Войти
/
githubmirror
/
tauri
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
crates/tauri-cli/templates/plugin/tsconfig.json
14 строк
308 B
Amr Bashir
Restructure the repository (#10796)
28 авг 2024, 00:42
Не верифицирован
28 авг 2024, 00:42
36eee37
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2021", "module": "esnext", "moduleResolution": "bundler", "skipLibCheck": true, "strict": true, "noUnusedLocals": true, "noImplicitAny": true, "noEmit": true }, "include": ["guest-js/*.ts"], "exclude": ["dist-js", "node_modules"] }