mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-07 01:58:56 +00:00
18 lines
425 B
JSON
18 lines
425 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Next.js",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"incremental": true,
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"strict": false
|
|
},
|
|
"include": ["src", "next-env.d.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|