angular/tools/tsconfig.json

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

13 lines
238 B
JSON
Raw Normal View History

{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"declaration": true,
"esModuleInterop": true,
"sourceMap": true,
"module": "NodeNext",
"moduleResolution": "nodenext",
"types": ["node"]
}
}