mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
11 lines
165 B
JSON
11 lines
165 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"module": "commonjs",
|
|
"target": "ES2022",
|
|
},
|
|
"include": [
|
|
"js/**/*.js",
|
|
],
|
|
}
|