srumboard_frontend/tsconfig.app.json

10 lines
190 B
JSON
Raw Permalink Normal View History

2020-06-01 13:12:11 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
2020-07-10 20:49:11 +00:00
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"]
2020-06-01 13:12:11 +00:00
}