This commit is contained in:
parent
3c09493b00
commit
e939714557
34 changed files with 5752 additions and 628 deletions
|
|
@ -7,12 +7,11 @@
|
|||
"emitDeclarationOnly": false,
|
||||
"outDir": "dist",
|
||||
"rootDir": "src",
|
||||
"baseUrl": ".",
|
||||
"types": ["node"],
|
||||
"ignoreDeprecations": "6.0",
|
||||
"paths": {
|
||||
"mtp/raw": ["src/raw/index.ts"],
|
||||
"mtp/type-map": ["src/type-map/index.ts"],
|
||||
"mtp/raw": ["./src/raw/index.ts"],
|
||||
"mtp/type-map": ["./src/type-map/index.ts"],
|
||||
},
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue