/
githubmirror
/
svelte
Обзор
Документация
Войти
/
githubmirror
/
svelte
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
benchmarking/tsconfig.json
17 строк
403 B
Dominic Gannaway
chore: add a benchmarking tool + single benchmark (#12092)
19 июн 2024, 20:33
Не верифицирован
19 июн 2024, 20:33
d04f69a
Код
Авторство
О чём код?
{ "compilerOptions": { "moduleResolution": "Bundler", "target": "ESNext", "module": "ESNext", "verbatimModuleSyntax": true, "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "checkJs": true }, "include": ["./run.js", "./utils.js", "./benchmarks"] }