UNPKG

416 BJSONView Raw
1{
2 "extends": "./tsconfig.base.json",
3 "compilerOptions": {
4 "tsBuildInfoFile": "./temp/solution.tsbuildinfo",
5 },
6 "ts-node": {
7 "compilerOptions": { "module": "CommonJS", "esModuleInterop": true },
8 "transpileOnly": true
9 },
10 "references": [
11 { "path": "./src/tsconfig.json" },
12 { "path": "./utils-src/tsconfig.node.json" },
13 { "path": "./utils-src/tsconfig.es.json" }
14 ],
15 "files": []
16}