seigler.github.io/tsconfig.json
Joshua Seigler c0216d7149 first commit
2022-10-11 00:08:38 -04:00

14 lines
288 B
JSON

{
"compilerOptions": {
"outDir": "./dist",
"sourceMap": true,
"noImplicitAny": true,
"module": "es6",
"moduleResolution": "node",
"target": "es6",
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment"
},
"include": ["./src/**/*"]
}