js-wmf/tsconfig.json

11 lines
174 B
JSON
Raw Permalink Normal View History

2020-03-01 04:55:36 +00:00
{
"compilerOptions": {
"target": "es5",
"moduleResolution": "node",
"outDir": "./js",
"lib": [ "es5", "DOM" ],
"sourceMap": true,
"noImplicitReturns": true
}
}