Files
Packer-Cn/website/scripts/tsconfig.json
T

7 lines
85 B
JSON
Raw Normal View History

2022-01-13 13:05:33 -05:00
{
"compilerOptions": {
"esModuleInterop": true,
"module": "CommonJS"
}
}