add rule for files at root of directory
This commit is contained in:
parent
96ade2370e
commit
813077043c
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
|||
"outDir": "dist/",
|
||||
"baseUrl": "src/",
|
||||
"paths": {
|
||||
"/*.js": [ "*" ]
|
||||
"/*.js": [ "*" ],
|
||||
"*.js": [ "*" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue