jitar
Version:
Distributed runtime for JavaScript and TypeScript to chop monolithic applications into micros.
14 lines • 334 B
JSON
{
"compilerOptions": {
"useDefineForClassFields": true,
"allowJs": false,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler"
}
}