schlechtenburg/packages/core/tsconfig.json

10 lines
138 B
JSON
Raw Normal View History

2022-03-15 19:58:11 +00:00
{
"extends": "../../tsconfig.json",
2022-03-22 20:07:05 +00:00
"include": [
"lib/**/*.ts",
"lib/**/*.d.ts",
"lib/**/*.tsx",
"lib/**/*.vue"
]
2022-03-15 19:58:11 +00:00
}