playwright/tests-components/ct-vue-cli/jsconfig.json
2022-03-11 15:46:11 -08:00

21 lines
303 B
JSON

{
"compilerOptions": {
"target": "es5",
"jsx": "react-jsx",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}