0.0.1 • Published 12 months ago

infinity-forge-editor v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

{ "include": "src/*/", "compilerOptions": { "lib": "es2021", "dom", "types": "reflect-metadata", "node", "experimentalDecorators": true, "emitDecoratorMetadata": true, "jsx": "react-jsx", "baseUrl": "./src", "outDir": "./dist", "declaration": true, "sourceMap": true, "paths": { "@/": ["./"] }, "esModuleInterop": true, "moduleResolution": "node", "skipLibCheck": true }, "afterDeclarations": true }