21 lines
346 B
JSON
Generated
21 lines
346 B
JSON
Generated
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictBindCallApply": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["../../*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
],
|
|
"exclude": [
|
|
]
|
|
} |