deno.land / x / sheetjs@v0.18.3 / packages / s / tsconfig / tsconfig.base.json

tsconfig.base.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "extends": "../tsconfig.base.json", "compilerOptions": { "noEmit": false, "baseUrl": "../src", "sourceRoot": "../src", "paths": { "s": [ "./" ], "s/*": [ "./*" ] } }, "files": [ "../src/index.ts", "../src/umd.ts" ]}
sheetjs

Version Info

Tagged at
2 years ago