mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
10 lines
224 B
JSON
10 lines
224 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./"
|
|
},
|
|
"files": ["src/main.ts"],
|
|
"include": ["src/**/*.d.ts"]
|
|
}
|