first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "@ufb/tsconfig/base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2022", "dom", "dom.iterable"],
|
||||
"jsx": "preserve",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
"plugins": [{ "name": "next" }],
|
||||
"module": "esnext"
|
||||
},
|
||||
"include": [".", ".next/types/**/*.ts"],
|
||||
"exclude": ["node_modules", "./*.js", "./*.mjs", "coverage"]
|
||||
}
|
||||
Reference in New Issue
Block a user