14 lines
288 B
JSON
14 lines
288 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"target": "ES2019",
|
||
|
"jsx": "react",
|
||
|
"jsxFactory": "h",
|
||
|
"outDir": "out/",
|
||
|
"sourceMap": true,
|
||
|
"declaration": true
|
||
|
},
|
||
|
"include": ["src/**/*.ts", "src/**/*.tsx"]
|
||
|
}
|