mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-01-18 11:30:23 -07:00
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": [],
|
|
"paths": {
|
|
"app/*": ["src/app/*"]
|
|
}
|
|
},
|
|
"files": ["src/main.ts", "src/polyfills.ts"],
|
|
"include": ["src/**/*.d.ts", "src/app/home-component/home.component.ts"],
|
|
"exclude": []
|
|
}
|