fraudbusters-ui/tsconfig.app.json

10 lines
213 B
JSON
Raw Normal View History

2020-09-29 20:31:57 +00:00
{
2020-10-21 15:26:44 +00:00
"extends": "./tsconfig.base.json",
2020-10-06 06:19:04 +00:00
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"]
2020-09-29 20:31:57 +00:00
}