Icard/angular-clarity-master(work.../node_modules/@tsconfig/node10/tsconfig.json

15 lines
266 B
JSON
Raw Normal View History

2024-07-16 14:55:36 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"lib": ["es2018"],
"module": "commonjs",
"target": "es2018",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node"
}
}