Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | rakinar2 | 577 | { |
2 | "compilerOptions": { | ||
3 | "paths": { | ||
4 | "@sudobot/*": ["./node_modules/sudobot/build/*"] | ||
5 | }, | ||
6 | "skipLibCheck": true, | ||
7 | "skipDefaultLibCheck": true, | ||
8 | "target": "ES2021", | ||
9 | "module": "commonjs", | ||
10 | "rootDir": "./src", | ||
11 | "outDir": "./build", | ||
12 | "resolveJsonModule": true, | ||
13 | "esModuleInterop": true | ||
14 | }, | ||
15 | "exclude": ["node_modules", "build"] | ||
16 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |