added images
pipes and background now have images
This commit is contained in:
parent
f272d3a44f
commit
d43cfbe9e7
6 changed files with 74 additions and 38 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "none",
|
||||
"module": "ES2020",
|
||||
"noImplicitAny": true,
|
||||
"outFile": "./build/build.js",
|
||||
"preserveConstEnums": true,
|
||||
|
|
@ -8,6 +8,11 @@
|
|||
"rootDir": ".",
|
||||
"sourceMap": true,
|
||||
"target": "es5",
|
||||
"moduleResolution": "node"
|
||||
"moduleResolution": "node",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es5",
|
||||
"scripthost"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue