comctx
Version:
Cross-context RPC solution with type safety and flexible adapters.
15 lines (14 loc) • 647 B
JSON
{
"compilerOptions": {
/* Basic Options */
"baseUrl": ".",
"rootDir": ".",
/* Strict Type-Checking Options */
"strict": true /* Enable all strict type-checking options. */,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
"moduleResolution": "Node",
"isolatedModules": true
}
}