TypeScript/tests/cases/user/chrome-devtools-frontend/tsconfig.json
Nathan Shively-Sanders 79ad7df7e1
Improve user test tsconfig (#23325)
* Improve user test tsconfigs

Also incorporate updates from the packages themselves (they fixed
some of the bugs the compiler noticed).

* Fix enhanced-resolve module resolution

* Update baselines after merge w/master
2018-04-11 15:59:19 -07:00

15 lines
328 B
JSON

{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"checkJs": true,
"lib": ["esnext", "dom"],
"target": "esnext",
"types": []
},
"include": [
"./node_modules/chrome-devtools-frontend/front_end/**/*.js",
"definitions.js"
]
}