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