mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2026-03-13 10:00:26 +08:00
16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": false,
|
|
"types": ["cypress", "node"],
|
|
"lib": ["ES2015", "DOM"],
|
|
"isolatedModules": false
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.cy.ts",
|
|
"../cypress.config.ts"
|
|
]
|
|
} |