vue/api-extractor.tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
126 B
JSON
Raw Normal View History

2022-05-30 21:36:07 +08:00
{
2022-06-01 14:27:29 +08:00
"extends": "./tsconfig.json",
2022-05-30 21:36:07 +08:00
"compilerOptions": {
"baseUrl": "./temp",
2022-06-01 14:27:29 +08:00
"types": []
2022-05-30 21:36:07 +08:00
},
2022-05-31 16:33:48 +08:00
"include": ["src"]
2022-05-30 21:36:07 +08:00
}