refactor(aio): remove file that should not be tracked (#23359)

PR Close #23359
This commit is contained in:
George Kalpakas 2018-04-13 14:48:36 +03:00 committed by Igor Minar
parent 74b203a55e
commit 0224f1aaf3
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
}
}