assemblyscript/std/portable.json

14 lines
278 B
JSON
Raw Permalink Normal View History

{
2017-12-12 16:08:54 +01:00
"extends": "../tsconfig-base.json",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"noLib": true,
"allowJs": true,
"downlevelIteration": true,
"preserveConstEnums": true,
"typeRoots": [ "types" ],
"types": [ "portable" ]
}
}