@bluelovers/tsconfig
Version:
37 lines (36 loc) • 581 B
JSON
{
"extends": "../esm/module.json",
"compilerOptions": {
"target": "esnext",
"jsx": "preserve",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"skipLibCheck": true,
"noEmit": true,
"allowJs": true,
"removeComments": true,
"isolatedModules": true,
"plugins": [
{
"name": "next"
}
]
},
"exclude": [
"node_modules",
".next",
"out"
],
"include": [
"global.d.ts",
"next-env.d.ts",
"**/*.ts",
"**/*.cts",
"**/*.mts",
"**/*.tsx",
".next/types/**/*.ts"
]
}