9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"extends": "../tsconfig",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": [".", "../library"],
|
|
"exclude": ["node_modules", ".cache", "api", "public"]
|
|
}
|