p-graph/tsconfig.json

16 строки
322 B
JSON

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