forked from github/plane
9 lines
162 B
JSON
9 lines
162 B
JSON
{
|
|
"extends": "tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"jsx": "react"
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|