13 lines
225 B
JSON
13 lines
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./build",
|
|
"declaration": true,
|
|
"allowJs": true,
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|