bitburner-src/cypress/tsconfig.json
2021-09-08 22:12:23 -07:00

8 lines
145 B
JSON

{
"extends": "../tsconfig.base.json",
"include": ["**/*"],
"compilerOptions": {
"types": ["cypress", "@testing-library/cypress"]
}
}