Evo.External.App/apps/web/tsconfig.json
vchikalkin 341d0d7219 apps/web: remove flowbite
root: add prettier-plugin-tailwindcss & dotenv
2023-11-07 11:14:10 +03:00

13 lines
276 B
JSON

{
"extends": "tsconfig/nextjs.json",
"compilerOptions": {
"plugins": [{ "name": "next" }],
"paths": {
"@/*": ["./*"]
},
"baseUrl": "."
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}