13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"declaration": true,
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
},
|
|
"include": [
|
|
"src/index.ts"
|
|
]
|
|
} |