fleet/tsconfig.json

16 lines
289 B
JSON
Raw Normal View History

2016-10-31 21:02:06 +00:00
{
"extends": "@tsconfig/recommended/tsconfig.json",
2016-10-31 21:02:06 +00:00
"compilerOptions": {
"baseUrl": "./frontend",
2016-10-31 21:02:06 +00:00
"sourceMap": true,
"jsx": "react",
"types": ["cypress", "@testing-library/cypress"]
2016-10-31 21:02:06 +00:00
},
"include": [
"./frontend/**/*"
],
"exclude": [
"node_modules"
]
}