schlechtenburg/packages/layout/tsconfig.json

10 lines
138 B
JSON
Raw Normal View History

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