tiptap/tests/cypress/tsconfig.json

14 lines
186 B
JSON
Raw Normal View History

2020-09-30 23:12:34 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": false,
2020-09-30 23:34:05 +08:00
"sourceMap": false,
"types": [
"cypress",
],
2020-09-30 23:12:34 +08:00
},
"include": [
"./*/*.ts"
]
}