blakeblackshear.frigate/web/tsconfig.json

16 lines
220 B
JSON
Raw Normal View History

2022-02-27 15:04:12 +01:00
{
"compilerOptions": {
"module": "CommonJS",
"target": "ES2019",
"jsx": "react",
"jsxFactory": "h",
"lib": [
"ES2019"
]
},
"include": [
"./src/**/*.tsx",
"./src/**/*.ts"
]
}