mirror of
https://github.com/mathuo/dockview
synced 2025-02-03 06:55:46 +00:00
Merge pull request #205 from mathuo/198-vanillajs-rendering-and-persistance
198 vanillajs rendering and persistance
This commit is contained in:
commit
1b6c2ba92c
@ -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__"]
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user