mirror of
https://github.com/clearml/clearml-web
synced 2025-01-30 22:17:22 +00:00
19 lines
274 B
JSON
19 lines
274 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"outDir": "../out-tsc/app",
|
|
"baseUrl": "./",
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"main.ts",
|
|
"polyfills.ts"
|
|
],
|
|
"include": [
|
|
"src/**/*.d.ts"
|
|
]
|
|
}
|