f28e727a57
PiperOrigin-RevId: 889322248 Change-Id: I70be60506a8ecbc0dde0f64f5a31c075a804706e
13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ES2020",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"types": ["jasmine"],
|
|
"ignoreDeprecations": "6.0"
|
|
},
|
|
"include": ["tests/**/*"]
|
|
}
|