tabby/tabby-electron/tsconfig.json

8 lines
124 B
JSON
Raw Permalink Normal View History

2017-04-11 08:22:48 +08:00
{
2017-06-10 06:29:16 +08:00
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
2017-04-11 08:22:48 +08:00
"compilerOptions": {
2019-06-06 19:45:15 +08:00
"baseUrl": "src"
2017-06-10 06:29:16 +08:00
}
2017-04-11 08:22:48 +08:00
}