nostr-react/tsconfig.json
2022-12-20 05:30:21 +00:00

12 lines
235 B
JSON

{
// see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
"extends": "@tsconfig/create-react-app/tsconfig.json",
"include": [
"src",
"types"
],
"compilerOptions": {
"jsx": "react-jsx"
},
}