Files
cunningham/packages/tsconfig/react.json

10 lines
146 B
JSON
Raw Normal View History

{
"extends": "./base.json",
"compilerOptions": {
"jsx": "react",
"module": "esnext",
"sourceMap": true,
"target": "es6"
}
}