tabby/tabby-web-demo/tsconfig.json

8 lines
135 B
JSON
Raw Normal View History

2021-07-11 22:00:59 +08:00
{
2021-07-25 02:18:52 +08:00
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
2021-07-11 22:00:59 +08:00
"compilerOptions": {
2021-07-25 02:18:52 +08:00
"baseUrl": "src"
}
2021-07-11 22:00:59 +08:00
}