rsnext/packages/next/tsconfig.json
JJ Kasper 097fb3ca07
Revert incremental config to fix missing types (#30644)
* Revert incremental config to fix missing types

* Add failing test
2021-10-29 23:16:11 -05:00

11 lines
214 B
JSON

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