Move index.ts and adapt settings to folders
This commit is contained in:
parent
a9f4ca3e57
commit
0118e26a0b
3 changed files with 7 additions and 8 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
|||
node_modules
|
||||
yarn.lock
|
||||
index.js
|
||||
index.d.ts
|
||||
index.js.map
|
||||
dist/**/*.js*
|
||||
dist/**/*.d.ts
|
||||
|
|
@ -5,13 +5,13 @@
|
|||
"strict": true,
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"outDir": ".",
|
||||
"outDir": "dist",
|
||||
"lib": [
|
||||
"es2015"
|
||||
"es2015", "dom", "scripthost"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"index.ts"
|
||||
],
|
||||
"exclude": []
|
||||
"src/**/*.ts",
|
||||
"tests/**/*.ts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue