@magic.batua/error
Version:
The Error module powers the error handling features of the Magic Batua.
16 lines • 338 B
JSON
{
"compileOnSave": true,
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"sourceMap": true,
"rootDir": "./",
"outDir": "Compiled",
"strict": true,
"noImplicitAny": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true
}
}