mirror of
https://github.com/t4t5/nostr-react.git
synced 2025-03-17 13:31:43 +01:00
12 lines
235 B
JSON
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"
|
|
},
|
|
}
|