svelte-i18n/src/runtime/tsconfig.json

9 lines
148 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
2021-02-25 12:13:48 +01:00
"declarationDir": "../../types"
},
"include": ["."]
}