mirror of
https://github.com/galacean/engine.git
synced 2026-05-07 06:30:25 +08:00
9 lines
147 B
JSON
9 lines
147 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["@playwright/test", "node"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|