platform/packages/platform-rig/profiles/model/tsconfig.json

16 lines
355 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"declaration": true,
"strict": true,
"sourceMap": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"declarationMap": true,
"esModuleInterop": true,
"incremental": true
}
}