elmjs-inspect/tsconfig.json
2022-08-17 16:32:05 +02:00

12 lines
270 B
JSON

{
"compilerOptions": {
// "target": "ES2019",
"module": "ES6",
"downlevelIteration": true,
"moduleResolution": "node",
"outDir": "bin",
"lib": ["ES2021.String"]
},
"files": ["src/analyze.ts", "src/index.ts"]
}