mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
32 lines
518 B
JSON
32 lines
518 B
JSON
{
|
|
"compileOnSave": false,
|
|
"name": "storm-react-diagrams",
|
|
"compilerOptions": {
|
|
"suppressExcessPropertyErrors": true,
|
|
"declaration": true,
|
|
"outDir": "dist/@types",
|
|
"strictNullChecks": false,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "react",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"storm-react-diagrams": ["src/main.ts"]
|
|
},
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"dom",
|
|
"es6"
|
|
]
|
|
},
|
|
"include": [
|
|
"./src"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.spec.ts",
|
|
"./dist"
|
|
]
|
|
}
|