mirror of
https://github.com/seigler/seigler.github.io
synced 2025-07-26 06:46:10 +00:00
14 lines
288 B
JSON
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/**/*"]
|
|
}
|