mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
Fix generated types
This commit is contained in:
parent
e3bb39e3cc
commit
48f66316a1
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Generated types.
|
||||
|
||||
## [1.0.0] - 2020-12-03
|
||||
|
||||
### Added
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"main": "dist/main.cjs.js",
|
||||
"module": "dist/main.esm.js",
|
||||
"types": "types/index.d.ts",
|
||||
"types": "types/main.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
@ -2,7 +2,8 @@
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"declarationDir": "../types/runtime"
|
||||
"declarationDir": "../types"
|
||||
},
|
||||
"include": ["."]
|
||||
"include": ["**/*.ts"],
|
||||
"exclude": ["*.test.ts"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user