UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

46 lines 1.04 kB
{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": [ "./*" ] }, "module": "ESNext", "target": "ESNext", "moduleResolution": "node", "jsx": "react-jsx", "strict": true, "allowJs": true, "allowSyntheticDefaultImports": true, "strictNullChecks": false, "forceConsistentCasingInFileNames": true, "lib": [ "dom", "es2015", "es2016", "es2017", "esnext" ], "useDefineForClassFields": false, "resolveJsonModule": true, "skipLibCheck": true, "noImplicitThis": true, "noUncheckedIndexedAccess": true, "suppressImplicitAnyIndexErrors": true, "experimentalDecorators": true, "emitDecoratorMetadata": false, "noImplicitAny": false, "esModuleInterop": true, "noFallthroughCasesInSwitch": true, "isolatedModules": true, "noEmit": true, "sourceMap": false, "declaration": false, "declarationMap": false, "typeRoots": [ "./node_modules/@types" ] }, "exclude": [] }