Files
Seewo-HugoAura/jsconfig.json

10 lines
193 B
JSON
Raw Permalink Normal View History

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