mirror of
https://github.com/Aviortheking/nextjs-clone.git
synced 2025-04-22 10:52:12 +00:00
16 lines
267 B
JSON
16 lines
267 B
JSON
{
|
|
//"extends": "./node_modules/@dzeio/config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"outDir": "dist",
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"skipLibCheck": true
|
|
},
|
|
"files": [
|
|
"main.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |