mermaid/packages/mermaid-mindmap/tsconfig.json

11 lines
200 B
JSON
Raw Normal View History

2022-09-21 11:03:33 +02:00
{
2022-09-23 09:01:24 +02:00
"extends": "../../tsconfig.json",
2022-10-05 13:14:05 +02:00
"module": "esnext",
2022-09-21 11:03:33 +02:00
"compilerOptions": {
2022-09-23 09:01:24 +02:00
"rootDir": "./src",
"outDir": "./dist"
},
2022-09-23 16:55:30 +02:00
"include": ["./src/**/*.ts"],
"typeRoots": ["./src/types"]
2022-09-21 11:03:33 +02:00
}