All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m18s
15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
/* Base configuration. Do not edit this field. */
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
/* Add your custom configuration here. */
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ScriptHost"
|
|
],
|
|
"target": "ES2020"
|
|
}
|
|
} |