paper.js/gulp/typescript/tsconfig.json
2019-11-08 21:16:48 -05:00

9 lines
145 B
JSON

{
"compilerOptions": {
"target": "ES5",
"strictNullChecks": true
},
"files" : [
"typescript-definition-test.ts"
]
}