vue/test/tsconfig.json

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

8 lines
134 B
JSON
Raw Normal View History

2022-05-20 06:35:56 +00:00
{
2022-06-01 06:27:29 +00:00
"extends": "../tsconfig.json",
2022-05-20 06:35:56 +00:00
"compilerOptions": {
2022-06-01 06:27:29 +00:00
"types": ["node", "vitest/globals"]
2022-05-20 06:35:56 +00:00
},
2022-05-31 08:33:48 +00:00
"include": ["../src", "."]
2022-05-20 06:35:56 +00:00
}