nostr-react/tsconfig.json

12 lines
235 B
JSON
Raw Permalink Normal View History

2022-12-20 05:21:07 +00:00
{
// see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
"extends": "@tsconfig/create-react-app/tsconfig.json",
2022-12-20 05:30:21 +00:00
"include": [
"src",
"types"
],
"compilerOptions": {
"jsx": "react-jsx"
},
2022-12-20 05:21:07 +00:00
}