admin-vben/packages/@core/preferences/tsconfig.json

7 lines
163 B
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
"include": ["src", "__tests__"],
2024-06-02 15:46:18 +00:00
"exclude": ["node_modules"]
2024-05-19 13:20:42 +00:00
}