mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-08 04:12:27 +03:00
create rollup-plugin-esbuild-resolve
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"extensions": [".json", ".js", ".jsx", ".cjs", ".mjs", ".ts", ".tsx"],
|
||||
"styleExtensions": [".scss", ".sass", ".css"],
|
||||
"extensions": [".tsx", ".ts", ".jsx", ".js", ".json"],
|
||||
"styleExtensions": [".css", ".scss", ".sass"],
|
||||
"directories": ["node_modules"],
|
||||
"paths": {
|
||||
"jest": {
|
||||
@@ -8,9 +8,6 @@
|
||||
"^~/(.*)": "<rootDir>/src/$1"
|
||||
}
|
||||
},
|
||||
"rollupAlias": {
|
||||
"^~/(.*)": "<rootDir>/src/$1"
|
||||
},
|
||||
"rollupTypes": {
|
||||
"~/*": ["<typesDir>/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user