9 lines
133 B
JSON
9 lines
133 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|