mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
14 lines
186 B
JSON
14 lines
186 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"sourceMap": false,
|
|
"types": [
|
|
"cypress",
|
|
],
|
|
},
|
|
"include": [
|
|
"./*/*.ts"
|
|
]
|
|
}
|