12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"resolveJsonModule": true,
|
|
"lib": ["ES2015", "DOM"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*": ["*"]
|
|
}
|
|
}
|
|
}
|