cwait/packages/market.cm/tsconfig.json

14 lines
353 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ESNEXT",
"module": "ESNEXT",
"moduleResolution": "Bundler",
"rootDir": ".",
"resolveJsonModule": true,
"esModuleInterop": true,
"types": ["vitest/globals"]
},
"include": ["src/**/*.ts", "vitest.*.ts", "__tests__", "../cwap-cm-lib/src/onchain/features/logger.ts"]
}