dc/client/tsconfig.app.json
Mihajlo Medjedovic f268de21a3
Some checks failed
Test / Build-and-test-development (push) Failing after 6m14s
Test / Build-and-test-development-latest-adapter (push) Failing after 6m13s
init
2023-07-13 13:44:05 +02:00

21 lines
514 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScripts language server to improve development experience.
It is not intended to be used to perform a compilation.
To learn more about this file see: https://angular.io/config/solution-tsconfig.
*/
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./app",
"types": []
},
"files": [
"src/polyfills.ts",
"src/main.ts",
"src/app/app.d.ts"
],
"include": [
"src/**/*.d.ts"
]
}