13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "lib",
|
|
"strict": true,
|
|
"removeComments": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|