DEV;First working website with content

This commit is contained in:
Roman Jaroš 2022-07-05 22:06:40 +02:00
commit 01d9d0d4a3
33 changed files with 6998 additions and 5403 deletions

View file

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