mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
26 lines
879 B
JSON
26 lines
879 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"alwaysStrict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"sourceMap": false,
|
|
"noUnusedLocals": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
//"downlevelIteration": true,
|
|
"lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ],
|
|
"outDir": "build/node_modules",
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"mol-task": ["./mol-task", "./mol-task/index.ts"],
|
|
"mol-comp": ["./mol-comp", "./mol-comp/index.ts"],
|
|
"mol-util": ["./mol-util", "./mol-util/index.ts"],
|
|
"mol-data": ["./mol-data", "./mol-data/index.ts"],
|
|
"mol-math": ["./mol-math"],
|
|
"mol-io": ["./mol-io"],
|
|
"mol-model": ["./mol-model"]
|
|
}
|
|
},
|
|
"include": [ "**/*" ]
|
|
} |