9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"lib": ["es2018", "dom"],
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true
|
|
}
|
|
} |