Logo
Explore Help
Register Sign In
mirrors/vector-im-hydrogen-web
1
0
Fork 0
You've already forked vector-im-hydrogen-web
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-10 20:17:32 +01:00
Code Issues Projects Releases Wiki Activity
vector-im-hydrogen-web/tsconfig-declaration.json

15 lines
299 B
JSON
Raw Normal View History

make tsconfig file to build declaration files
2021-12-10 19:13:44 +01:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"emitDeclarationOnly": true,
"declaration": true,
somewhat works, but not everything we need it's missing still: - non-css assets like the download sandbox and the olm worker aren't written for some reason - the es and cjs lib.js entry points end up in assets with a hash for some reason - in these entry files, apart from our exports, something is adding an import statement for every import that was found in the tree - all assets are hashed even though the config tries to disable that - tests are included
2021-12-17 14:28:25 +01:00
"outDir": "target/types",
make tsconfig file to build declaration files
2021-12-10 19:13:44 +01:00
"rootDir": "src"
},
"exclude": [
"src/sdk/paths/*"
],
"include": ["src/**/*"],
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 99ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API