pinball/tsconfig.json

11 lines
239 B
JSON
Raw Permalink Normal View History

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