generated from Fascinated/nextjs-13-template-with-tailwindcss
Fascinated
6ad1b6b85d
All checks were successful
Publish Docker Image / docker (push) Successful in 2m2s
37 lines
767 B
JSON
37 lines
767 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"incremental": true,
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"typeRoots": ["./src/types", "./node_modules/@types"],
|
|
"types": ["node"]
|
|
},
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"src/types/**/*.d.ts",
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".next/types/**/*.ts"
|
|
],
|
|
"exclude": ["node_modules"]
|
|
}
|