blob: 63885f0a1e9135b8d0e784f1452b4aa0cc2ef4a8 [file] [log] [blame]
{
"compilerOptions": {
"target": "ES6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictBindCallApply": true,
"esModuleInterop": true,
"baseUrl": "./",
"paths": {
"@/*": ["../../*"]
}
},
"include": [
"**/*.ts"
],
"exclude": [
]
}