зеркало из https://github.com/mozilla/fxa.git
11 строки
252 B
JSON
11 строки
252 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../../dist/out-tsc",
|
||
|
"declaration": true,
|
||
|
"types": ["node"]
|
||
|
},
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
|
||
|
}
|