1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "compilerOptions": { "target": "ES6", "module": "ES6", "moduleResolution": "node", "strict": true, "importHelpers": true, "noImplicitOverride": true, "noErrorTruncation": true, "experimentalDecorators": true }, "exclude": [ "build/*.ts" ] }