angular-cn/packages/language-service/test/project/tsconfig.json

19 lines
487 B
JSON
Raw Normal View History

{
"//00": "This file is used for both IDE and the actual Project creation in Ivy language service for testing purpose",
"compilerOptions": {
"lib": ["es2015", "dom"],
"strict": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"target": "es2015",
"baseUrl": "../../../..",
"paths": {
"@angular/*": ["packages/*"]
}
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}