mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
25 lines
771 B
JSON
25 lines
771 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"target": "es5",
|
|
"alwaysStrict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"sourceMap": false,
|
|
"noUnusedLocals": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"module": "esnext",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"noEmitHelpers": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-jsx",
|
|
"lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ],
|
|
"rootDir": "src",
|
|
"outDir": "lib"
|
|
},
|
|
"include": [ "src/**/*" ],
|
|
// "exclude": [ "src/servers/**/*", "src/perf-tests/*", "src/cli/**/*" ]
|
|
} |