mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
feat: create parser
package in packages
directory
This commit is contained in:
12
packages/parser/tsconfig.json
Normal file
12
packages/parser/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": ".",
|
||||
"outDir": "./dist",
|
||||
"allowJs": false,
|
||||
"preserveSymlinks": false,
|
||||
"strictPropertyInitialization": false
|
||||
},
|
||||
"include": ["./src/**/*.ts", "./tests/**/*.ts"],
|
||||
"typeRoots": ["./src/types"]
|
||||
}
|
Reference in New Issue
Block a user