tabby/terminus-settings/tsconfig.json

9 lines
154 B
JSON
Raw Normal View History

2017-04-12 04:45:59 +08:00
{
2017-06-10 06:29:16 +08:00
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
2017-04-12 04:45:59 +08:00
"compilerOptions": {
2017-06-10 06:29:16 +08:00
"baseUrl": "src",
"declarationDir": "dist"
}
2017-04-12 04:45:59 +08:00
}