mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
14 lines
370 B
JSON
14 lines
370 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [],
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
// ignore missing optional modules like postcss
|
|
"skipLibCheck": true,
|
|
// ensure node can run the resulting code
|
|
"noEmitHelpers": false,
|
|
"importHelpers": false,
|
|
"module": "commonjs"
|
|
}
|
|
}
|