forge/tsconfig.packages.json

17 строки
231 B
JSON
Исходник Обычный вид История

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "packages"
},
"exclude": [
"dist",
"node_modules",
"ci",
"tools",
"**/dist",
"**/node_modules",
"**/test",
"**/tmpl"
]
}