2021-11-15 02:56:17 +08:00
|
|
|
{
|
2021-11-15 16:37:13 +08:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ESNext",
|
|
|
|
"strict": true,
|
|
|
|
"module": "ESNext",
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
|
|
|
"include": ["./src"]
|
2021-11-15 02:56:17 +08:00
|
|
|
}
|