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

16 lines
268 B
JSON
Raw Normal View History

2019-09-04 06:26:56 +00:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"noEmit": false,
"baseUrl": "../src",
"sourceRoot": "../src",
"paths": {
"s": [ "./" ],
"s/*": [ "./*" ]
}
},
"files": [
"../src/index.ts",
"../src/umd.ts"
]
}