mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-07 07:12:24 +00:00
17 lines
227 B
JSON
17 lines
227 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/spec",
|
|
"baseUrl": "./"
|
|
,
|
|
},
|
|
"files": [
|
|
"test.ts"
|
|
],
|
|
"include": [
|
|
"polyfills.ts",
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|