angular/tools/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
301 B
JSON
Raw Normal View History

{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"declaration": true,
"esModuleInterop": true,
"sourceMap": true,
"module": "esnext",
"moduleResolution": "bundler",
"types": ["node"],
"paths": {
"@angular/*": ["../packages/*/index"]
}
}
}