UNPKG

@cocalc/static

Version:

CoCalc's static frontend Webpack-based build system and framework

30 lines (29 loc) 660 B
{ "extends": "../tsconfig.json", "compilerOptions": { "incremental": false, "lib": ["es5", "es6", "es2017", "dom"], "outDir": "dist", "rootDirs": ["./src", "./node_modules/@cocalc/frontend/"], "sourceMap": true }, "exclude": [ "*__test__*", "*__tests__*", "account/test", "admin", "app-framework/__tests__/", "app", "components/__tests__", "dist", "frame-editors/generic/mocha-tests", "frame-editors/sagews-editor", "frame-editors/settings/__tests__", "jupyter/output-messages/__test__", "jupyter/test", "misc/__test__", "node_modules", "test-mocha", "test" ] }