mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
19 lines
522 B
JSON
19 lines
522 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"target": "es5",
|
|
"alwaysStrict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"sourceMap": true,
|
|
"noUnusedLocals": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
// "downlevelIteration": true,
|
|
"jsx": "react",
|
|
"lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ],
|
|
"rootDir": "src",
|
|
"outDir": "lib"
|
|
},
|
|
"include": [ "src/**/*" ]
|
|
} |