paper.js/gulp/typescript/tsconfig.json
2023-10-30 16:12:18 -04:00

11 lines
182 B
JSON

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