pinball/tsconfig.json

11 lines
220 B
JSON
Raw Normal View History

2024-02-27 18:19:33 -08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"lib": ["ES2017","DOM"]
}
}