UNPKG

@corbe30/fortune-excel

Version:

An Excel import/export import library for FortuneSheet

18 lines (17 loc) 360 B
{ "files": ["src/main.ts"], "compilerOptions": { "jsx": "react", "noImplicitAny": true, "declaration": true, "target": "es5", "outDir": "dist/", "esModuleInterop": true, "skipLibCheck": true, "module": "commonjs", "moduleResolution": "node", "paths": { "@corbe30/fortune-excel": ["./src/main.ts"], } } }