tabby/terminus-core/tsconfig.json
Eugene Pankov 39732908a3 ivy test
2019-12-19 01:45:12 +01:00

11 lines
186 B
JSON

{
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"baseUrl": "src",
"paths": {
"*": ["../../app/node_modules/*"]
}
}
}