1 2 3 4 5 6 7 8 9 10 11 12 13
{ "compilerOptions": { "strict": false, "noImplicitAny": false, "noImplicitThis": false, "alwaysStrict": false, "strictNullChecks": false, "strictFunctionTypes": true, "strictPropertyInitialization": false, "experimentalDecorators": true, "emitDecoratorMetadata": true } }