1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 06:57:26 +00:00

tsconfig.json is confused

This commit is contained in:
Steffo 2022-06-06 01:26:11 +02:00
parent 9e19f4623e
commit ca8efd9f0e
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -14,7 +14,7 @@
"isolatedModules": true, "isolatedModules": true,
"jsx": "preserve", "jsx": "preserve",
"incremental": true, "incremental": true,
"experimentalDecorators": true, "experimentalDecorators": true
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"] "exclude": ["node_modules"]