Files
zk-kit/tsconfig.json
cedoor 6ef59a1594 build: update tsconfig confs
Former-commit-id: 81234a727ccb15f123dab960fe6e8f5aa6297e17 [formerly fa0adac6c8dbd9820656dcfc31a63d50547b5a0e] [formerly f9057a1afd839c2b985f2da8fdaa4a328a33dc96 [formerly 6df7561642]]
Former-commit-id: 90ec39a95b42111dff2158011645a449e0400920 [formerly e9462ace2b8d9b9e34bff81755d5a4c142567191]
Former-commit-id: edb97a50502a70c7e504270f65312f020fc8d1ea
2022-01-14 23:13:40 +01:00

16 lines
360 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ES5",
"module": "ES6",
"moduleResolution": "node",
"esModuleInterop": true,
"preserveConstEnums": true,
"skipLibCheck": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"declarationDir": "types",
"typeRoots": ["node_modules/@types", "types"]
}
}