svelte-i18n/src/runtime/tsconfig.json
2021-02-25 08:13:48 -03:00

9 lines
148 B
JSON

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