Files
ueberdosis__tiptap/tests/cypress/tsconfig.json
T

53 lines
1.8 KiB
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"moduleResolution": "nodenext",
"module": "nodenext",
"strict": false,
"noEmit": false,
"sourceMap": false,
"importHelpers": false,
"types": ["cypress", "react", "react-dom"],
"paths": {
"@tiptap/static-renderer/pm/html-string": [
"packages/static-renderer/src/pm/html-string/index.js",
"packages/static-renderer/src/pm/html-string/index.ts"
],
"@tiptap/static-renderer/pm/markdown": [
"packages/static-renderer/src/pm/markdown/index.js",
"packages/static-renderer/src/pm/markdown/index.ts"
],
"@tiptap/static-renderer/pm/react": [
"packages/static-renderer/src/pm/react/index.js",
"packages/static-renderer/src/pm/react/index.ts"
],
"@tiptap/static-renderer/json/html-string": [
"packages/static-renderer/src/json/html-string/index.js",
"packages/static-renderer/src/json/html-string/index.ts"
],
"@tiptap/static-renderer/json/react": [
"packages/static-renderer/src/json/react/index.js",
"packages/static-renderer/src/json/react/index.ts"
],
"@tiptap/*": [
"packages/*/src/index.js",
"packages/*/src/index.ts",
"packages/*/dist/index.js",
"packages/*/dist/index.ts",
"packages-deprecated/*/src/index.js",
"packages-deprecated/*/src/index.ts",
"packages-deprecated/*/dist/index.js",
"packages-deprecated/*/dist/index.ts"
]
},
"typeRoots": ["../../node_modules/@types", "../../node_modules/"]
},
"include": ["./*/*.ts", "../../**/*.ts"],
"exclude": [
"../../packages/react",
"../../packages/vue-2",
"../../packages/vue-3",
"../../packages/extension-code-block-lowlight"
]
}