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