forked from jappel/leistungsbilanz-ts
First frontend
This commit is contained in:
parent
c3e98af5b6
commit
ac48e03404
16 changed files with 1764 additions and 5 deletions
24
tsconfig.next.json
Normal file
24
tsconfig.next.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"incremental": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2022"],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"noEmit": true,
|
||||
"rootDir": ".",
|
||||
"plugins": [{ "name": "next" }]
|
||||
},
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"src/app/**/*.ts",
|
||||
"src/app/**/*.tsx",
|
||||
"src/frontend/**/*.ts",
|
||||
"src/frontend/**/*.tsx",
|
||||
".next/types/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue