mirror of
https://gitlab.com/novaloop-oss/angular/localization.git
synced 2025-12-06 04:51:52 +00:00
feat: adds scully
This commit is contained in:
19
scully/tsconfig.json
Normal file
19
scully/tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
{
|
||||
"compileOnSave": false,
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"importHelpers": false,
|
||||
"lib": ["ES2019", "dom"],
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"target": "es2018",
|
||||
"types": ["node"],
|
||||
"skipLibCheck": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"typeRoots": ["../node_modules/@types"],
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"exclude": ["./**/*spec.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user