mirror of
https://github.com/koush/scrypted.git
synced 2026-06-13 05:50:25 +01:00
19 lines
546 B
JSON
19 lines
546 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"module": "ESNext",
|
|
"target": "esnext",
|
|
"noImplicitAny": true,
|
|
"outDir": "../../dist/es",
|
|
"esModuleInterop": false,
|
|
// skip error: Interface 'WebGL2RenderingContext' incorrectly extends interface 'WebGL2RenderingContextBase'.
|
|
// https://github.com/tensorflow/tfjs/issues/4201
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
},
|
|
"include": [
|
|
"./es-eval.ts",
|
|
],
|
|
"exclude": []
|
|
} |