infinity-forge-editor
v0.0.1
Published
codie library text editor
Downloads
2
Maintainers
Readme
{ "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 }