mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
JSDoc complete type check
This commit is contained in:
10
jsconfig.json
Normal file
10
jsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"checkJs": true,
|
||||
"module": "commonjs",
|
||||
"target": "ES2022",
|
||||
},
|
||||
"include": [
|
||||
"js/**/*.js",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user