tabby/terminus-terminal/tsconfig.json

8 lines
135 B
JSON
Raw Normal View History

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