0.1.9 #10
10
package.json
10
package.json
@@ -17,6 +17,16 @@
|
||||
"default": "./dist/index.cjs"
|
||||
}
|
||||
},
|
||||
"./Layers": {
|
||||
"import": {
|
||||
"types": "./dist/Layers/index.d.ts",
|
||||
"default": "./dist/Layers/index.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./dist/Layers/index.d.cts",
|
||||
"default": "./dist/Layers/index.cjs"
|
||||
}
|
||||
},
|
||||
"./Types": {
|
||||
"import": {
|
||||
"types": "./dist/Types/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user