kernel-libresolver/tsconfig.json

13 lines
258 B
JSON
Raw Normal View History

2022-08-18 21:58:00 +00:00
{
"compilerOptions": {
"target": "esnext",
"declaration": true,
"moduleResolution": "node",
"outDir": "./dist",
"strict": true,
"allowSyntheticDefaultImports": true
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
}