1
0
forked from Kieran/snort
snort4/packages/system/tsconfig.json
2024-01-30 22:04:29 +00:00

18 lines
381 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"target": "ESNext",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noImplicitOverride": true,
"module": "ESNext",
"strict": true,
"declaration": true,
"inlineSourceMap": true,
"outDir": "dist",
"skipLibCheck": true
},
"include": ["./src/**/*.ts"],
"exclude": ["**/*.test.ts"]
}