vue/api-extractor.tsconfig.json

8 lines
104 B
JSON
Raw Normal View History

2022-05-30 13:36:07 +00:00
{
2022-06-01 06:27:29 +00:00
"extends": "./tsconfig.json",
2022-05-30 13:36:07 +00:00
"compilerOptions": {
"baseUrl": "./temp",
2022-06-01 06:27:29 +00:00
"types": []
}
2022-05-30 13:36:07 +00:00
}