/
githubmirror
/
quill
Обзор
Документация
Войти
/
githubmirror
/
quill
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.json
21 строка
439 B
Jason Chen
Handle consecutive spaces when copying and pasting
29 ноя 2024, 09:09
Не верифицирован
29 ноя 2024, 09:09
07b68c9
Код
Авторство
О чём код?
{ "ts-node": { "compilerOptions": { "esModuleInterop": true, "module": "commonjs" } }, "compilerOptions": { "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "declaration": true, "module": "ES2020", "moduleResolution": "node", "noEmit": true, "strictNullChecks": true, "noImplicitAny": true, "noUnusedLocals": true }, "include": ["./**/*"] }