elmjs-inspect/tsconfig.json
2022-05-10 19:11:40 +02:00

14 lines
259 B
JSON

{
"compilerOptions": {
// "target": "ES2019",
"module": "ES6",
"downlevelIteration": true,
"moduleResolution": "node",
"outDir": "dist"
},
"files": [
"src/analyse.ts",
"src/index.ts"
]
}