1 Star 0 Fork 0

KwooShung / React-Icons

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 761 Bytes
Copy Edit Raw Blame History
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"types": ["vitest/globals", "@testing-library/jest-dom"]
},
"include": ["./src", "./typings.d.ts"],
"references": [
{
"path": "./tsconfig.node.json"
}
],
"typeRoots": ["node_modules/@types", "./typings.d.ts"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kwooshung/React-Icons.git
git@gitee.com:kwooshung/React-Icons.git
kwooshung
React-Icons
React-Icons
main

Search

344bd9b3 5694891 D2dac590 5694891