14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "build",
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"alwaysStrict": true,
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"moduleResolution": "nodenext"
|
|
}
|
|
}
|