mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
34 lines
1014 B
JSON
34 lines
1014 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"target": "es2018",
|
|
"alwaysStrict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"sourceMap": false,
|
|
"noUnusedLocals": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"module": "esnext",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "bundler",
|
|
"isolatedModules": true,
|
|
"importHelpers": true,
|
|
"noEmitHelpers": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-jsx",
|
|
"lib": [ "ES2018", "dom", "ES2022.Object" ],
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"noUncheckedSideEffectImports": false,
|
|
"useUnknownInCatchVariables": false,
|
|
"strictPropertyInitialization": false,
|
|
"types": ["webxr", "node"]
|
|
},
|
|
"include": [ "src/**/*" ],
|
|
"exclude": [ "src/**/_spec/*" ],
|
|
"tsc-alias": {
|
|
"resolveFullPaths": true,
|
|
"verbose": true
|
|
}
|
|
} |