rsnext/packages/create-next-app/tsconfig.json
Ivan Torres 515836dab0
Bump conf to 13.0.0 (#67043)
Bump conf to 13.0.0

I have changed the `moduleResolution` in tsconfig to `bundler` because
apparently the new versions of that dependency does not work with
`moduleResolution:node`, issues where it explains it: [issues in
conf](https://github.com/sindresorhus/conf/issues/181)

---------

Co-authored-by: torresgol10.itd <torresgol10.itd@gmail.com>
Co-authored-by: Sam Ko <sam@vercel.com>
2024-06-23 09:17:38 +00:00

11 lines
232 B
JSON

{
"compilerOptions": {
"target": "es2019",
"moduleResolution": "bundler",
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": false
},
"exclude": ["templates", "dist"]
}