11 lines
561 B
JSON
11 lines
561 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"baseUrl": "./lib/*" /* Base directory to resolve non-absolute module names. */,
|
|
"allowSyntheticDefaultImports": true /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */,
|
|
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|