svelte-i18n/src/runtime/tsconfig.json

9 lines
156 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationDir": "../../types/runtime"
},
"include": ["."]
}