rsnext/packages/next-server/tsconfig.json

12 lines
239 B
JSON
Raw Normal View History

{
"compilerOptions": {
"strict": true,
"module": "esnext",
"target": "ES2017",
"esModuleInterop": true,
"moduleResolution": "node",
"jsx": "react"
},
"exclude": ["./dist/**", "./*.d.ts", "./constants.d.ts"]
}