Skip to main content
Module

x/sheetjs/packages/s/tsconfig/tsconfig.base.json

πŸ“— SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Go to Latest
File
{ "extends": "../tsconfig.base.json", "compilerOptions": { "noEmit": false, "baseUrl": "../src", "sourceRoot": "../src", "paths": { "s": [ "./" ], "s/*": [ "./*" ] } }, "files": [ "../src/index.ts", "../src/umd.ts" ]}