DefinitelyTyped/typedarray-pool/tsconfig.json
2016-10-25 23:54:59 +09:00

20 lines
407 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"typedarray-pool-tests.ts"
]
}