修改ui样式
This commit is contained in:
13
FGUIProject/plugins/whoot-tween/tsconfig.json
Normal file
13
FGUIProject/plugins/whoot-tween/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "commonjs",
|
||||
"sourceMap": false,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
],
|
||||
"outDir": "./"
|
||||
},
|
||||
"include": ["./*"],
|
||||
"exclude": ["./node_modules/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user