1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

tsconfig fix

This commit is contained in:
codecalm
2023-08-03 22:44:15 +02:00
parent b2617c102f
commit e652fce3b9

View File

@@ -26,12 +26,6 @@
], ],
"strictNullChecks": true "strictNullChecks": true
}, },
"include": [ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", ".contentlayer/generated", "scripts/import-icons.js"],
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".contentlayer/generated"
, "scripts/import-icons.js" ],
"exclude": ["node_modules"] "exclude": ["node_modules"]
} }