@evidential-fortune-sheet/fortune-excel
Version:
An Excel import/export import library for FortuneSheet
18 lines (17 loc) • 377 B
JSON
{
"files": ["src/main.ts"],
"compilerOptions": {
"jsx": "react",
"noImplicitAny": true,
"declaration": true,
"target": "es5",
"outDir": "dist/",
"esModuleInterop": true,
"skipLibCheck": true,
"module": "commonjs",
"moduleResolution": "node",
"paths": {
"@evidential-fortune-sheet/fortune-excel": ["./src/main.ts"],
}
}
}