paper.js/gulp/typescript/tsconfig.json

12 lines
182 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES5",
2023-10-26 13:45:25 -04:00
"strictNullChecks": false
},
"files" : [
"typescript-definition-test.ts"
2023-10-26 13:45:25 -04:00
],
"exclude": [
"node_modules"]
}