tsconfig.scripts.json 109 Bytes
Newer Older
gaoqiong's avatar
gaoqiong committed
1
2
3
4
5
6
7
{
  "extends": "./tsconfig",
  "compilerOptions": {
    "module": "commonjs"
  },
  "include": ["scripts"]
}