18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": [
|
|
"./**/*",
|
|
"../fixtures/**/*",
|
|
"../support/commands.ts",
|
|
"../support/e2e.ts"
|
|
],
|
|
"exclude": ["../../src"],
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"isolatedModules": false,
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress", "@testing-library/cypress"]
|
|
}
|
|
}
|