UNPKG
@ehduardu/bat-framework
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.0.1
A simple framework for Google Apps Script
github.com/ehduardu/bat-framework
ehduardu/bat-framework
@ehduardu/bat-framework
/
tsconfig.json
14 lines
•
313 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es2015"
,
"module"
:
"CommonJS"
,
"moduleResolution"
:
"node"
,
"strict"
:
true
,
"resolveJsonModule"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
false
,
"outDir"
:
"./dist"
,
"allowJs"
:
true
}
,
"exclude"
:
[
"./templates"
,
"./dist"
,
"./test"
]
}