UNPKG

475 BJSONView Raw
1{
2 "typingOptions": {
3 "enableAutoDiscovery": true
4 },
5 "compilerOptions": {
6 "rootDir": "./src",
7 "outDir": "./dist",
8 "module": "commonjs",
9 "moduleResolution": "node",
10 "target": "es2022",
11 "lib": ["es2022"],
12 "declaration": true,
13 "skipLibCheck": true,
14 "declarationDir": "./dist",
15 "sourceMap": true,
16 "emitDecoratorMetadata": true,
17 "experimentalDecorators": true
18 },
19 "include": ["src"],
20 "exclude": ["src/**/*.test.ts"]
21}