mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-29 17:02:16 +00:00
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"extends": "../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"noLib": true,
|
|
"allowJs": true,
|
|
"downlevelIteration": true,
|
|
"preserveConstEnums": true,
|
|
"typeRoots": [ "types" ],
|
|
"types": [ "portable" ]
|
|
}
|
|
}
|