ipydrawio/packages/tsconfigbase.json

24 wiersze
569 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"composite": true,
"declaration": true,
"esModuleInterop": true,
"incremental": true,
"jsx": "react",
"module": "esnext",
"moduleResolution": "node",
"noEmitOnError": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"preserveWatchOutput": true,
"resolveJsonModule": true,
"sourceMap": true,
"strictNullChecks": true,
"skipLibCheck": true,
"target": "es2017",
"types": []
}
}