remark plugins and width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rei
2023-02-06 17:10:36 +01:00
parent 839defdd06
commit 50358c43b9
9 changed files with 393 additions and 18 deletions

View File

@@ -15,6 +15,11 @@
"jsx": "preserve",
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"desc.d.ts"
],
"exclude": ["node_modules"]
}