Files
Seewo-HugoAura/jsconfig.json
2025-06-05 00:35:50 +08:00

10 lines
193 B
JSON
Executable File

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES2015",
"allowImportingTsExtensions": false,
"strictNullChecks": true,
"strictFunctionTypes": true
}
}