paper.js/gulp/typescript/tsconfig.json

10 lines
145 B
JSON
Raw Normal View History

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