rsnext/packages/next/tsconfig.json

12 lines
214 B
JSON
Raw Normal View History

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