11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["tests", "dist", "node_modules"]
|
|
}
|