Files
Seewo-HugoAura/jsconfig.json

9 lines
191 B
JSON
Raw Normal View History

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