tabby/terminus-core/tsconfig.json
Eugene Pankov a5ecdeb5ea lint
2019-06-14 17:49:42 +02:00

7 lines
124 B
JSON

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