[json] split json extension (for #45900)

This commit is contained in:
Martin Aeschlimann
2018-03-17 15:46:04 +01:00
parent d4841fd59c
commit 5b23587f08
28 changed files with 137 additions and 118 deletions

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "./out",
"noUnusedLocals": true,
"lib": [ "es2016" ],
"strict": true
}
}