1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 10:42:35 +03:00
tabby/tabby-web-demo/tsconfig.json

8 lines
135 B
JSON
Raw Normal View History

2021-07-11 17:00:59 +03:00
{
2021-07-24 21:18:52 +03:00
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
2021-07-11 17:00:59 +03:00
"compilerOptions": {
2021-07-24 21:18:52 +03:00
"baseUrl": "src"
}
2021-07-11 17:00:59 +03:00
}