UNPKG

528 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "ES6",
4 "sourceMap": true,
5 "mapRoot": "./",
6 "moduleResolution": "node",
7 "emitDeclarationOnly": true,
8 "esModuleInterop": true,
9 "skipLibCheck": true,
10 "strict": true,
11 "strictNullChecks": true,
12 "declarationDir": "./dist/types",
13 "declaration": true,
14 "lib": [
15 "dom",
16 "ES6"
17 ]
18 },
19 "include": [
20 "src/scripts/index.ts",
21 "node_modules/@arayutw"
22 ]
23}
\No newline at end of file