mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Move types into dist dir
This commit is contained in:
parent
c90f6f948c
commit
e7a85e59d9
4 changed files with 4 additions and 10 deletions
|
|
@ -3,6 +3,5 @@
|
|||
packages/webamp/demo/built/
|
||||
packages/webamp/built/
|
||||
packages/webamp/dist/
|
||||
packages/webamp/types/
|
||||
packages/webamp-modern/build/
|
||||
packages/webamp-modern/tools/eslint-rules/dist/
|
||||
1
packages/webamp/.gitignore
vendored
1
packages/webamp/.gitignore
vendored
|
|
@ -5,4 +5,3 @@
|
|||
/coverage
|
||||
/examples/webpack/bundle.js
|
||||
**/__diff_output__/
|
||||
/types
|
||||
|
|
|
|||
|
|
@ -4,13 +4,9 @@
|
|||
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
||||
"main": "dist/webamp-lazy/webampLazy.js",
|
||||
"files": [
|
||||
"dist/webamp/webamp.js",
|
||||
"dist/webamp/webamp.js.map",
|
||||
"dist/webamp/webamp-lazy.js",
|
||||
"dist/webamp/webamp-lazy.js.map",
|
||||
"index.d.ts"
|
||||
"dist/"
|
||||
],
|
||||
"types": "./types/js/webamp.d.ts",
|
||||
"types": "./dist/types/js/webamp.d.ts",
|
||||
"browser": "dist/webamp-browser/webampBrowser.js",
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@
|
|||
"jsx": "preserve",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"declarationDir": "./types",
|
||||
"declarationDir": "./dist/types",
|
||||
"pretty": true,
|
||||
"types": ["react/experimental", "react-dom/experimental", "jest"]
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules", "demo/built", "types"]
|
||||
"exclude": ["node_modules", "demo/built", "dist"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue