Newer
Older
"alwaysStrict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"sourceMap": false,
"noUnusedLocals": true,
"strictNullChecks": true,
"lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ],
"baseUrl": "src",
"paths": {
"mol-gl": ["./mol-gl"],
"mol-math": ["./mol-math"],
"mol-model": ["./mol-model"],
"mol-model-props": ["./mol-model-props", "./mol-model-props/index.ts"],
"mol-model-formats": ["./mol-model-formats"],
"mol-ql": ["./mol-ql"],
"mol-state": ["./mol-state", "./mol-state/index.ts"],
David Sehnal
committed
"mol-plugin": ["./mol-plugin", "./mol-plugin/index.ts"],
"mol-task": ["./mol-task", "./mol-task/index.ts"],
"mol-util": ["./mol-util", "./mol-util/index.ts"],