Move custom_types to typeRoots
This commit is contained in:
parent
f2855ccaa6
commit
f10f38e1e0
@ -5,7 +5,11 @@
|
||||
"outDir": "build",
|
||||
"declarationDir": "build/types",
|
||||
"rootDir": "src",
|
||||
"typeRoots": [
|
||||
"./custom_types",
|
||||
"../../node_modules/@types"
|
||||
],
|
||||
"lib": ["es2017", "dom"]
|
||||
},
|
||||
"include": ["src/**/*", "./custom_types/*"]
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user