e585bb2eed
Signed-off-by: baizhi958216 <1475289190@qq.com>
9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"]
|
|
}
|