mirror of
https://github.com/selfxyz/self.git
synced 2026-01-14 00:58:07 -05:00
14 lines
199 B
JSON
14 lines
199 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": [
|
|
"jasmine"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.test.ts"
|
|
]
|
|
}
|