split editors (#516)

* spliteditor
This commit is contained in:
Peli de Halleux
2018-04-13 21:46:19 -07:00
committed by Sam El-Husseini
parent 6ea8a59f58
commit 5384ec567d
13 changed files with 479 additions and 149 deletions

View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": false,
"noImplicitReturns": true,
"module": "commonjs",
"outDir": "../built/fieldeditors",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false,
"allowSyntheticDefaultImports": true,
"declaration": true
}
}