66 Star 322 Fork 67

GVPrsuite / rsuite

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 526 Bytes
Copy Edit Web IDE Raw Blame History
{
"compilerOptions": {
"strict": true,
"declaration": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noImplicitAny": false,
"noUnusedParameters": true,
"noUnusedLocals": true,
"sourceMap": true,
"moduleResolution": "node",
"target": "esnext",
"module": "esnext",
"jsx": "react",
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@test/*": ["./test/*"]
}
},
"include": ["./src/**/*.ts", "./src/**/*.tsx"]
}
TypeScript
1
https://gitee.com/rsuite/rsuite.git
git@gitee.com:rsuite/rsuite.git
rsuite
rsuite
rsuite
main

Search