15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": "./dist",
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"strict": true,
|
|
"outDir": "./dist",
|
|
"target": "es6",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "./src/worker.ts"]
|
|
}
|