17 lines
408 B
JSON
17 lines
408 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2015",
|
|
"target": "ES2015",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"alwaysStrict": true,
|
|
"strictFunctionTypes": true,
|
|
"strict": true,
|
|
"removeComments": false,
|
|
"outDir": "../../build/public"
|
|
},
|
|
"files": ["screensy.ts"]
|
|
}
|