my-idlers/node_modules/concat/tsconfig.json

9 lines
131 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"target": "es6",
"types" : [ "node", "core-js" ]
}
}