archery/tsconfig.json

15 lines
310 B
JSON

{
"compilerOptions": {
"lib": ["ESNext"],
"module": "NodeNext",
"target": "ESNext",
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node16",
"noEmit": true,
"allowImportingTsExtensions": true
},
"include": ["src/**/*"],
"exclude": ["**/*.spec.ts"]
}