kernel-handshake-node/tsconfig.json

13 lines
262 B
JSON
Raw Permalink Normal View History

2023-02-18 15:40:05 +00:00
{
"compilerOptions": {
"target": "esnext",
"declaration": true,
"moduleResolution": "node",
"outDir": "./build",
"strict": true,
"allowSyntheticDefaultImports": true
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
}