This commit is contained in:
parent
13432c1ac2
commit
e1fcb90e19
9 changed files with 2032 additions and 83 deletions
|
|
@ -12,17 +12,17 @@
|
|||
"ignoreDeprecations": "6.0",
|
||||
"paths": {
|
||||
"mtp/raw": ["src/raw/index.ts"],
|
||||
"mtp/type-map": ["src/type-map/index.ts"]
|
||||
"mtp/type-map": ["src/type-map/index.ts"],
|
||||
},
|
||||
"strict": false,
|
||||
"skipLibCheck": true,
|
||||
"isolatedModules": true,
|
||||
"verbatimModuleSyntax": true
|
||||
"verbatimModuleSyntax": true,
|
||||
},
|
||||
"include": [
|
||||
"src/raw/**/*.ts",
|
||||
"src/sdk/**/*.ts",
|
||||
"src/type-map/**/*.ts",
|
||||
"src/vite/**/*.ts"
|
||||
]
|
||||
"src/vite/**/*.ts",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue