mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-20 07:00:00 +03:00
move type to types folder
This commit is contained in:
parent
fe8908119c
commit
a758d82da0
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import GIJSON from './GIJSON';
|
||||
import GIJSON from '../types/GIJSON';
|
||||
import { Tools } from './Tools';
|
||||
|
||||
const https = require('follow-redirects').https;
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"removeComments": true,
|
||||
"outDir": "public/js"
|
||||
},
|
||||
"include": ["src/ts/*", "src/ts/lib/*"],
|
||||
"include": ["src/ts/*", "src/ts/lib/*", "src/ts/types/*"],
|
||||
"exclude": ["node_modules", "**/*.spec.ts"]
|
||||
}
|
Loading…
Add table
Reference in a new issue