mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-13 00:24:48 +08:00
14 lines
240 B
JSON
Executable File
14 lines
240 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"module": "commonjs",
|
|
"target": "ESNext",
|
|
},
|
|
"include": [
|
|
"js/**/*.js",
|
|
"tests/**/*.js",
|
|
"tests/**/*.spec.js",
|
|
"types.js",
|
|
],
|
|
}
|