kernel-discovery-irc/tsconfig.json

14 lines
299 B
JSON
Raw Permalink Normal View History

2023-01-18 08:19:39 +00:00
{
"compilerOptions": {
"target": "esnext",
"declaration": true,
"moduleResolution": "nodenext",
"outDir": "./build",
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
}