9 lines
228 B
JSON
9 lines
228 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
// Error when a value import is only used as a type.
|
|
"importsNotUsedAsValues": "error"
|
|
}
|
|
}
|