Adding upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
eac40c2ddc
commit
e864a6175d
14 changed files with 584 additions and 0 deletions
24
tsconfig.json
Normal file
24
tsconfig.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "es2015",
|
||||
"target": "es2016",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es2016"
|
||||
],
|
||||
"baseUrl": "./",
|
||||
"noImplicitAny": true,
|
||||
"experimentalDecorators": true,
|
||||
"sourceMap": false,
|
||||
"moduleResolution": "node",
|
||||
"strictNullChecks": true,
|
||||
"declaration": true,
|
||||
"noEmit": true,
|
||||
"pretty": true,
|
||||
"outDir": "ts-output"
|
||||
},
|
||||
"include": [
|
||||
"src/decko.d.ts",
|
||||
"tests/index.ts"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue