kernel-dns/tsconfig.json

13 lines
259 B
JSON
Raw Permalink Normal View History

2022-07-21 16:47:53 +00:00
{
"compilerOptions": {
"target": "esnext",
"declaration": true,
"moduleResolution": "node",
"outDir": "./build",
"strict": true,
"allowSyntheticDefaultImports": true
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
}