mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
This commit is contained in:
parent
c3e0290e65
commit
d3d86f43fa
4 changed files with 2001 additions and 1856 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"strict": true,
|
||||
"strictNullChecks": false,
|
||||
"noEmit": true,
|
||||
"jsx": "preserve",
|
||||
"jsx": "react-jsx",
|
||||
"incremental": false,
|
||||
"baseUrl": ".",
|
||||
"outDir": "./build",
|
||||
|
|
@ -31,6 +31,14 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "next-env.d.ts", ".next/types/**/*.ts"],
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.js",
|
||||
"**/*.jsx",
|
||||
"next-env.d.ts",
|
||||
".next/types/**/*.ts",
|
||||
".next/dev/types/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "./cypress.config.ts", "cypress"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue