skirda-backend/.angular-playground/tsconfig.playground.json

16 lines
257 B
JSON
Raw Permalink Normal View History

2022-08-24 12:08:22 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"types": []
},
"files": [
"./main.playground.ts",
"../src/polyfills.ts"
],
"include": [
"../src/**/*.d.ts",
"../src/**/*.sandbox.ts"
]
}