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
|
node_modules
|
||||||
yarn.lock
|
yarn.lock
|
||||||
index.js
|
dist/**/*.js*
|
||||||
index.d.ts
|
dist/**/*.d.ts
|
||||||
index.js.map
|
|
||||||
|
|
@ -5,13 +5,13 @@
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": ".",
|
"outDir": "dist",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2015"
|
"es2015", "dom", "scripthost"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"index.ts"
|
"src/**/*.ts",
|
||||||
],
|
"tests/**/*.ts"
|
||||||
"exclude": []
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue