Files
YoutubeDL-Material/src/tsconfig.app.json
Isaac Grynsztein 91713f1140 Migrated to angular 8
Created dev configuration
2019-10-20 19:15:13 -04:00

13 lines
185 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}