ThemePreact/tsconfig.json

14 lines
288 B
JSON
Raw Normal View History

2020-03-29 14:05:39 +00:00
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES2019",
"jsx": "react",
"jsxFactory": "h",
"outDir": "out/",
"sourceMap": true,
"declaration": true
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}