tabby/tabby-plugin-manager/tsconfig.json

8 lines
125 B
JSON
Raw Permalink Normal View History

2017-04-11 00:22:48 +00:00
{
2017-06-09 22:29:16 +00:00
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
2017-04-11 00:22:48 +00:00
"compilerOptions": {
2017-04-11 20:45:59 +00:00
"baseUrl": "src",
2017-06-09 22:29:16 +00:00
}
2017-04-11 00:22:48 +00:00
}