3fb6687013
- Move typings from lib/ to types/. - Add dtslint for validating types. - Use grunt-bg-shell to call out to dtslint during build step.
16 lines
282 B
JSON
16 lines
282 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"noEmit": true,
|
|
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"handlebars": ["."]
|
|
}
|
|
}
|
|
} |