mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-04-22 02:42:14 +00:00
Updated tsconfig
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
36956b63d9
commit
8e1add81fc
@ -8,7 +8,7 @@
|
||||
],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": false,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"esModuleInterop": true,
|
||||
@ -19,13 +19,12 @@
|
||||
"jsx": "preserve"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"out"
|
||||
],
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"*.ts",
|
||||
"sitemapGenerator.js"
|
||||
"**/*.tsx"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user