blob: 78688d11466428d7c483d3748d1f93eeeb9b9a11 [file] [log] [blame]
Issam E. Maghni0ef4a362022-10-05 23:20:16 +00001{
2 "compilerOptions": {
3 "incremental": true,
4 "target": "es2022",
5 "experimentalDecorators": true,
6 "emitDecoratorMetadata": true,
7 "module": "node16",
8 "rootDir": "src",
9 "sourceMap": true,
10 "outDir": "dist",
11 "isolatedModules": true,
12 "esModuleInterop": true,
13 "forceConsistentCasingInFileNames": true,
Issam E. Maghni0ef4a362022-10-05 23:20:16 +000014 "strict": true,
Misha Krieger-Raynauld173fbba2022-11-16 14:10:38 -050015 "skipLibCheck": true
Issam E. Maghni0ef4a362022-10-05 23:20:16 +000016 },
17 "ts-node": {
18 "esm": true
19 }
20}