Fix build script not using $OUT_PATH
This commit is contained in:
parent
794787a4be
commit
246cbf82cf
6 changed files with 55 additions and 29 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ // See also https://aka.ms/tsconfig
|
||||
"include": [ "static/**/*" ],
|
||||
"include": [ "scripts/**/*" ],
|
||||
|
||||
"compilerOptions": {
|
||||
"target": "ES2015",
|
||||
"module": "ES2015",
|
||||
"rootDir": "static",
|
||||
"rootDir": "scripts",
|
||||
"outDir": "target/static",
|
||||
|
||||
// Misc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue