jupyterlab_iframe/tsconfig.json

16 lines
325 B
JSON
Raw Permalink Normal View History

2018-03-11 22:55:24 -04:00
{
"compilerOptions": {
"declaration": true,
"noImplicitAny": true,
"noEmitOnError": true,
"noUnusedLocals": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "ES5",
"outDir": "./lib",
"lib": ["ES5", "ES2015.Promise", "DOM"],
"types": []
},
"include": ["src/*"]
}