Merge pull request #205 from mathuo/198-vanillajs-rendering-and-persistance

198 vanillajs rendering and persistance
This commit is contained in:
mathuo 2023-03-14 01:19:53 +08:00 committed by GitHub
commit 1b6c2ba92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -6,9 +6,9 @@
"jsx": "react", "jsx": "react",
"rootDir": "src" "rootDir": "src"
}, },
"references": [ "paths": {
{ "dockview-core": "../dockview-core" } "dockview-core": "../dockview-core"
], },
"include": ["src"], "include": ["src"],
"exclude": ["**/node_modules", "src/__tests__"] "exclude": ["**/node_modules", "src/__tests__"]
} }

View File

@ -17,4 +17,3 @@ sonar.sources=packages
# Encoding of the source code. Default is default system encoding # Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8 sonar.sourceEncoding=UTF-8