/
Dante
/
node-core
Обзор
Документация
Войти
/
Dante
/
node-core
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/lib-cmd/tsconfig.json
16 строк
412 B
Александр Данилюк
add
24 сен 2024, 12:59
24 сен 2024, 12:59
9eaeea8
Код
Авторство
О чём код?
{ "compilerOptions": { "outDir": "build", "module": "commonjs", "types": ["node"], "target": "es5", "lib": ["es6", "dom", "es2016", "es2017", "es2018"], "declaration": true, "declarationDir": "build", //.d.ts "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, }, "include": ["src"], "exclude": ["node_modules", "build"] }