Rollup build

This commit is contained in:
Jake Archibald
2020-11-19 11:00:23 +00:00
parent dfee848a39
commit 56e10b3aa2
340 changed files with 37866 additions and 19153 deletions

View File

@@ -1,20 +1,9 @@
{
"compileOnSave": false,
"compilerOptions": {
"strict": true,
"target": "es2017",
"module": "esnext",
"moduleResolution": "node",
"experimentalDecorators": true,
"noUnusedLocals": true,
"sourceMap": true,
"jsx": "react",
"jsxFactory": "h",
"allowJs": false,
"baseUrl": "."
},
"exclude": [
"src/sw/**/*",
"src/codecs/processor-worker/**/*"
"extends": "./generic-tsconfig.json",
"files": [],
"references": [
{ "path": "./client-tsconfig.json" },
{ "path": "./worker-tsconfig.json" },
{ "path": "./static-build-tsconfig.json" }
]
}