gues-kucinako/tsconfig.json

9 lines
130 B
JSON
Raw Normal View History

2021-09-12 01:43:22 -07:00
{
2022-05-08 03:47:06 -07:00
"compilerOptions": {
"lib": ["ES2020", "dom"],
"jsx": "react",
"esModuleInterop": true
2022-05-08 03:47:06 -07:00
},
2021-09-12 01:43:22 -07:00
"include": ["src/**/*"]
}