Folder restructuring (#86)
This commit is contained in:
15
test-serializer/tsconfig.json
Normal file
15
test-serializer/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true,
|
||||
"typeRoots": [
|
||||
"../node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"node",
|
||||
"es6-shim"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user