初次提交
This commit is contained in:
11
tsconfig.json
Executable file
11
tsconfig.json
Executable file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./base.tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./source",
|
||||
"types": [
|
||||
"node",
|
||||
"@cocos/creator-types/editor",
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user