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