mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
23 lines
399 B
JSON
23 lines
399 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"suppressExcessPropertyErrors": true,
|
|
"declaration": true,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"strictNullChecks": false,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "react",
|
|
"target": "ES6",
|
|
"moduleResolution": "Node",
|
|
"module": "es6",
|
|
"strict": false,
|
|
"lib": [
|
|
"DOM",
|
|
"ES6"
|
|
]
|
|
}
|
|
}
|