mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
12 lines
296 B
JSON
12 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"lib": ["es2019", "dom", "dom.iterable"],
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": false,
|
|
"noImplicitThis": false,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|