mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"strictNullChecks": false
|
|
},
|
|
"files" : [
|
|
"typescript-definition-test.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"]
|
|
}
|