p-graph/tsconfig.json

17 строки
345 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"declaration": true,
"module": "CommonJS",
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": ["ES2017"],
"outDir": "lib",
"noUnusedLocals": true,
"strict": true,
"types": ["jest"]
},
"include": ["src"]
}